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