replaced folders//folder with directories/directory

This commit is contained in:
JaKooLit
2025-03-13 23:16:04 +09:00
parent a4164ca612
commit 36e84ebc53
5 changed files with 9 additions and 9 deletions

View File

@@ -67,9 +67,9 @@ printf "\n%.0s" {1..1}
# ags v1
printf "${NOTE} Install and Compiling ${SKY_BLUE}Aylur's GTK shell $ags_tag${RESET}..\n"
# Check if folder exists and remove it
# Check if directory exists and remove it
if [ -d "ags" ]; then
printf "${NOTE} Removing existing ags folder...\n"
printf "${NOTE} Removing existing ags directory...\n"
rm -rf "ags"
fi