From af84d5292b8035cccb345bc6bc05e30c067c1b06dd6d56eea8c1fc9a4c4f3d4e Mon Sep 17 00:00:00 2001 From: "Marc S. Weidner" Date: Sat, 4 Oct 2025 05:38:09 +0100 Subject: [PATCH] V8.13.032.2025.10.03 Signed-off-by: Marc S. Weidner --- ...er.chroot => 1024_git_clone_ciss_debian_installer.chroot} | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) rename config/hooks/live/{1024_git_clone_ciss_2025_debian_installer.chroot => 1024_git_clone_ciss_debian_installer.chroot} (88%) diff --git a/config/hooks/live/1024_git_clone_ciss_2025_debian_installer.chroot b/config/hooks/live/1024_git_clone_ciss_debian_installer.chroot similarity index 88% rename from config/hooks/live/1024_git_clone_ciss_2025_debian_installer.chroot rename to config/hooks/live/1024_git_clone_ciss_debian_installer.chroot index 9206eec..fa6b691 100644 --- a/config/hooks/live/1024_git_clone_ciss_2025_debian_installer.chroot +++ b/config/hooks/live/1024_git_clone_ciss_debian_installer.chroot @@ -12,14 +12,11 @@ set -Ceuo pipefail printf "\e[95m++++ ++++ ++++ ++++ ++++ ++++ ++ 🧪 '%s' starting ... \e[0m\n" "${0}" -# sleep 1 -# TODO: MUST be uncommented cd /root/git -# git clone https://git.coresecret.dev/msw/CISS.debian.installer.git +git clone https://git.coresecret.dev/msw/CISS.debian.installer.git printf "\e[92m++++ ++++ ++++ ++++ ++++ ++++ ++ ✅ '%s' applied successfully. \e[0m\n" "${0}" -# sleep 1 exit 0 # vim: number et ts=2 sw=2 sts=2 ai tw=128 ft=sh