From 8266670f1d45868227947551894b456c7d539acd Mon Sep 17 00:00:00 2001 From: Lukas Greve Date: Sun, 2 Nov 2025 11:22:55 +0100 Subject: [PATCH] move scripts --- download_images.sh => scripts/download_images.sh | 0 update_image_locations.sh => scripts/update_image_locations.sh | 0 update_ssh_keys.sh => scripts/update_ssh_keys.sh | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename download_images.sh => scripts/download_images.sh (100%) rename update_image_locations.sh => scripts/update_image_locations.sh (100%) rename update_ssh_keys.sh => scripts/update_ssh_keys.sh (100%) diff --git a/download_images.sh b/scripts/download_images.sh similarity index 100% rename from download_images.sh rename to scripts/download_images.sh diff --git a/update_image_locations.sh b/scripts/update_image_locations.sh similarity index 100% rename from update_image_locations.sh rename to scripts/update_image_locations.sh diff --git a/update_ssh_keys.sh b/scripts/update_ssh_keys.sh similarity index 100% rename from update_ssh_keys.sh rename to scripts/update_ssh_keys.sh