This commit is contained in:
Stephan Raabe
2024-01-25 20:55:32 +01:00
parent 2de300120e
commit a812d7b144
9 changed files with 33 additions and 33 deletions
+3 -3
View File
@@ -5,11 +5,11 @@ if [ -f ~/dotfiles-versions/hook.sh ]; then
echo -e "${GREEN}"
figlet "Hook"
echo -e "${NONE}"
echo "The script has detected a hook.sh script."
echo ":: The script has detected a hook.sh script."
if gum confirm "Do you want to run the script now?"; then
source ~/dotfiles-versions/hook.sh
echo "hook.sh executed!"
echo ":: hook.sh executed!"
else
echo "Execution of hook.sh skipped."
echo ":: Execution of hook.sh skipped."
fi
fi