From 0803fb9c0fb17506561e85cd82c07e74fefc0342 Mon Sep 17 00:00:00 2001 From: "Ja.KooLit" <85185940+JaKooLit@users.noreply.github.com> Date: Sat, 12 Apr 2025 19:54:05 -0400 Subject: [PATCH] Update ags.sh --- install-scripts/ags.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install-scripts/ags.sh b/install-scripts/ags.sh index 48afaba..8c741dc 100755 --- a/install-scripts/ags.sh +++ b/install-scripts/ags.sh @@ -68,9 +68,9 @@ printf "\n%.0s" {1..1} printf "${NOTE} Install and Compiling ${SKY_BLUE}Aylur's GTK shell $ags_tag${RESET}..\n" # Check if directory exists and remove it -if [ -d "ags" ]; then +if [ -d "ags_v1.9.0" ]; then printf "${NOTE} Removing existing ags directory...\n" - rm -rf "ags" + rm -rf "ags_v1.9.0" fi printf "\n%.0s" {1..1}