Skip to content

Commit 0fca727

Browse files
committed
add missing pacman alias for suggested pre-reqs
1 parent 62a6675 commit 0fca727

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

installer.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,9 @@ else
147147
yum() {
148148
echo " yum" "$@" >&2
149149
}
150+
pacman() {
151+
echo " pacman" "$@" >&2
152+
}
150153
unset SUDO
151154
fi
152155

0 commit comments

Comments
 (0)