tweaked ags.shv

This commit is contained in:
JaKooLit
2025-02-06 12:57:26 +09:00
parent cf6cc1010e
commit 87676210e2
2 changed files with 3 additions and 1 deletions

View File

@@ -7,7 +7,7 @@
if command -v ags &>/dev/null; then
AGS_VERSION=$(ags -v | awk '{print $NF}')
if [[ "$AGS_VERSION" == "1.9.0" ]]; then
echo -e "${OK} ${MAGENTA}Aylur's GTK Shell v1.9.0${RESET} is already installed. Skipping installation."
printf "${INFO} ${MAGENTA}Aylur's GTK Shell v1.9.0${RESET} is already installed. Skipping installation."
exit 0
fi
fi