mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-19 04:08:48 +00:00
add more information
This commit is contained in:
parent
a55aefbe50
commit
d02633aa34
1 changed files with 3 additions and 3 deletions
|
|
@ -19,7 +19,7 @@ startask () {
|
|||
printf ' 2. does not handle system-level/hardware stuff like Nvidia drivers\n'
|
||||
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
|
||||
case $backup_confirm in
|
||||
[yY][eE][sS]|[yY])
|
||||
|
|
@ -45,8 +45,8 @@ startask () {
|
|||
}
|
||||
|
||||
case $ask in
|
||||
false) sleep 0 ;;
|
||||
*) startask ;;
|
||||
false)sleep 0 ;;
|
||||
*)startask ;;
|
||||
esac
|
||||
|
||||
set -e
|
||||
|
|
|
|||
Loading…
Reference in a new issue