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 if command -v ags &>/dev/null; then
AGS_VERSION=$(ags -v | awk '{print $NF}') AGS_VERSION=$(ags -v | awk '{print $NF}')
if [[ "$AGS_VERSION" == "1.9.0" ]]; then 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 exit 0
fi fi
fi fi

View File

@@ -39,7 +39,9 @@ fi
echo -e "${CAT} ${MAGENTA}Pacman.conf${RESET} spicing up completed ${RESET}" 2>&1 | tee -a "$LOG" echo -e "${CAT} ${MAGENTA}Pacman.conf${RESET} spicing up completed ${RESET}" 2>&1 | tee -a "$LOG"
# updating pacman.conf # updating pacman.conf
printf "\n%s - ${SKY_BLUE}Synchronizing Pacman Repo${RESET}" "${INFO}"
sudo pacman -Sy sudo pacman -Sy
printf "\n%.0s" {1..2} printf "\n%.0s" {1..2}