Skip to content

Commit

Permalink
small tweak on Global Functions
Browse files Browse the repository at this point in the history
  • Loading branch information
JaKooLit committed Dec 27, 2024
1 parent 3cab113 commit 09fb19d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-scripts/Global_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ install_package_pacman() {
sudo pacman -S --noconfirm "$1" 2>&1 | tee -a "$LOG"
# Making sure package is installed
if pacman -Q "$1" &>/dev/null ; then
echo -e "${OK} $1 was installed."
echo -e "${OK} Package ${!YELLOW}$1${RESET} has been successfully installed!"
else
# Something is missing, exiting to review log
echo -e "${ERROR} $1 failed to install. Please check the $LOG. You may need to install manually."
Expand Down

0 comments on commit 09fb19d

Please sign in to comment.