Updates
This commit is contained in:
@@ -6,9 +6,13 @@ echo -e "${GREEN}"
|
||||
figlet "Hook"
|
||||
echo -e "${NONE}"
|
||||
echo ":: The script has detected a hook.sh script."
|
||||
echo
|
||||
if gum confirm "Do you want to run the script now?"; then
|
||||
source ~/dotfiles-versions/hook.sh
|
||||
echo ":: hook.sh executed!"
|
||||
elif [ $? -eq 130 ]; then
|
||||
echo ":: Installation canceled."
|
||||
exit 130
|
||||
else
|
||||
echo ":: Execution of hook.sh skipped."
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user