forked from Shinonome/dots-hyprland
add more information
This commit is contained in:
+3
-3
@@ -19,7 +19,7 @@ startask () {
|
|||||||
printf ' 2. does not handle system-level/hardware stuff like Nvidia drivers\n'
|
printf ' 2. does not handle system-level/hardware stuff like Nvidia drivers\n'
|
||||||
printf "\e[31m"
|
printf "\e[31m"
|
||||||
|
|
||||||
printf "Would you like to create a backup now? [y/N]: "
|
printf "Would you like to create a backup for \"$XDG_CONFIG_HOME\" and \"$HOME/.local/\" folders?\n[y/N]: "
|
||||||
read -p " " backup_confirm
|
read -p " " backup_confirm
|
||||||
case $backup_confirm in
|
case $backup_confirm in
|
||||||
[yY][eE][sS]|[yY])
|
[yY][eE][sS]|[yY])
|
||||||
@@ -45,8 +45,8 @@ startask () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
case $ask in
|
case $ask in
|
||||||
false) sleep 0 ;;
|
false)sleep 0 ;;
|
||||||
*) startask ;;
|
*)startask ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|||||||
Reference in New Issue
Block a user