Skip to content

Commit

Permalink
add missing pacman alias for suggested pre-reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl committed Feb 3, 2024
1 parent e82aeaa commit f22401e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,9 @@ else
yum() {
echo " yum" "$@" >&2
}
pacman() {
echo " pacman" "$@" >&2
}
unset SUDO
fi

Expand Down

0 comments on commit f22401e

Please sign in to comment.