diff --git a/install-scripts/ags.sh b/install-scripts/ags.sh index f54f8f3..9c0c10c 100755 --- a/install-scripts/ags.sh +++ b/install-scripts/ags.sh @@ -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 diff --git a/install-scripts/pacman.sh b/install-scripts/pacman.sh index 55e52bf..21915e2 100755 --- a/install-scripts/pacman.sh +++ b/install-scripts/pacman.sh @@ -39,7 +39,9 @@ fi echo -e "${CAT} ${MAGENTA}Pacman.conf${RESET} spicing up completed ${RESET}" 2>&1 | tee -a "$LOG" + # updating pacman.conf +printf "\n%s - ${SKY_BLUE}Synchronizing Pacman Repo${RESET}" "${INFO}" sudo pacman -Sy printf "\n%.0s" {1..2} \ No newline at end of file