From 1ec26083cb6585f41d2fb94f8dee1a71b7141dc0 Mon Sep 17 00:00:00 2001 From: clsty Date: Tue, 12 Mar 2024 16:29:16 +0800 Subject: [PATCH] Not making .new for AGS (#271,#318) --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 72e1cf6c..b948110e 100755 --- a/install.sh +++ b/install.sh @@ -160,7 +160,7 @@ v rsync -av --delete --exclude '/user_options.js' .config/ags/ "$HOME"/.config/a t="$HOME/.config/ags/user_options.js" if [ -f $t ];then echo -e "\e[34m[$0]: \"$t\" already exists.\e[0m" - v cp -f .config/ags/user_options.js $t.new +# v cp -f .config/ags/user_options.js $t.new existed_ags_opt=y else echo -e "\e[33m[$0]: \"$t\" does not exist yet.\e[0m" @@ -203,7 +203,7 @@ printf "\e[36mPress \e[30m\e[46m Super+/ \e[0m\e[36m for a list of keybinds\e[97 echo "See https://end-4.github.io/dots-hyprland-wiki/en for more info." case $existed_ags_opt in y) printf "\n\e[33m[$0]: Warning: \"~/.config/ags/user_options.js\" already existed before and we didn't overwrite it. \e[97m\n" - printf "\e[33mPlease use \"~/.config/ags/user_options.js.new\" as a reference for a proper format.\e[97m\n" +# printf "\e[33mPlease use \"~/.config/ags/user_options.js.new\" as a reference for a proper format.\e[97m\n" ;;esac case $existed_hypr_conf in y) printf "\n\e[33m[$0]: Warning: \"~/.config/hypr/hyprland.conf\" already existed before and we didn't overwrite it. \e[97m\n"