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
|
- 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
|
||||||
|
|||||||
Reference in New Issue
Block a user