From a6a8c8dc6a1774dd44cb88c93d9abfb2a3e7947b Mon Sep 17 00:00:00 2001 From: clsty Date: Sun, 3 Mar 2024 07:18:35 +0800 Subject: [PATCH] Fix if fi --- install.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/install.sh b/install.sh index 395ce8127..091a16a53 100755 --- a/install.sh +++ b/install.sh @@ -171,7 +171,6 @@ t="$HOME/.config/hypr/hyprland.conf" if [ -f $t ];then echo -e "\e[34m[$0]: \"$t\" already exists.\e[0m" v cp -f .config/hypr/hyprland.conf $t.new -fi else echo -e "\e[33m[$0]: \"$t\" does not exist yet.\e[0m" v cp .config/hypr/hyprland.conf $t @@ -179,7 +178,6 @@ fi t="$HOME/.config/hypr/custom" if [ -d $t ];then echo -e "\e[34m[$0]: \"$t\" already exists, will not do anything.\e[0m" -fi else echo -e "\e[33m[$0]: \"$t\" does not exist yet.\e[0m" v rsync -av --delete .config/hypr/custom/ $t/