From d02633aa34fe664dd886c6a32e4a741ff937efd3 Mon Sep 17 00:00:00 2001 From: "Roza." <71328419+shinyPy@users.noreply.github.com> Date: Tue, 20 Aug 2024 14:47:04 +0800 Subject: [PATCH] add more information --- install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index b4d5a9d48..4ae0a5d62 100755 --- a/install.sh +++ b/install.sh @@ -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