Skip to content

Commit

Permalink
chore: fix message
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAegis committed Jan 1, 2025
1 parent 4975fce commit 8ba17e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/home/XDG_BIN_HOME.home/paku
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if command -v apt > /dev/null; then
fi

if command -v brew > /dev/null; then
echo "Updating packages using apt..."
echo "Updating packages using brew..."
${SUDO_USER:+sudo -u $SUDO_USER} brew update
${SUDO_USER:+sudo -u $SUDO_USER} brew upgrade
fi
Expand Down

0 comments on commit 8ba17e0

Please sign in to comment.