mirror of
https://github.com/ION606/config-backup.git
synced 2026-05-14 22:16:58 +00:00
Update setup.sh
This commit is contained in:
@@ -35,9 +35,11 @@ echo "This script will install and do the following:
|
||||
- Remove Thunar and Foot
|
||||
- Clean up and update system
|
||||
|
||||
Do you want to proceed? (Y/N): "
|
||||
Do you want to proceed? (Y/N, default Y): "
|
||||
read answer
|
||||
if [ "$answer" != "Y" ]; then
|
||||
answer=${answer:-y}
|
||||
|
||||
if [ "$answer" != "y" ]; then
|
||||
echo "Installation aborted."
|
||||
exit
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user