This commit is contained in:
Stephan Raabe
2024-05-27 16:15:06 +02:00
parent c375c92d6f
commit 498fd92a12
11 changed files with 151 additions and 57 deletions
+2 -2
View File
@@ -51,10 +51,10 @@ if gum confirm "Do you want to install the prepared dotfiles now?" ;then
echo "Skipped: DEV MODE!"
fi
elif [ $? -eq 130 ]; then
echo ":: Installation cancelled"
echo ":: Installation canceled"
exit 130
else
echo ":: Installation cancelled"
echo ":: Installation canceled"
exit
fi
echo