Update ags.sh

This commit is contained in:
Ja.KooLit
2025-04-12 19:54:05 -04:00
committed by GitHub
parent 10d45b5d99
commit 0803fb9c0f

View File

@@ -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}