tweaked ags.shv
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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}
|
||||||
Reference in New Issue
Block a user