Update setup.sh

This commit is contained in:
2024-06-21 15:52:13 +00:00
committed by GitHub
parent 2b8fa9c165
commit 2e44f3440a
+4 -2
View File
@@ -35,9 +35,11 @@ echo "This script will install and do the following:
- Remove Thunar and Foot - Remove Thunar and Foot
- Clean up and update system - Clean up and update system
Do you want to proceed? (Y/N): " Do you want to proceed? (Y/N, default Y): "
read answer read answer
if [ "$answer" != "Y" ]; then answer=${answer:-y}
if [ "$answer" != "y" ]; then
echo "Installation aborted." echo "Installation aborted."
exit exit
fi fi