We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 76e1dc6 + c6e4057 commit 19c0d45Copy full SHA for 19c0d45
installer.sh
@@ -60,19 +60,19 @@ _install_pre_reqs() {
60
apt() {
61
case "$1" in
62
update)
63
- echo "ensure you have the `pkgx` pre-requisites installed:" >&2
+ echo "ensure you have the \`pkgx\` pre-requisites installed:" >&2
64
;;
65
install)
66
echo " apt-get" "$@" >&2
67
68
esac
69
}
70
yum() {
71
72
echo " yum" "$@" >&2
73
74
pacman() {
75
76
echo " pacman" "$@" >&2
77
78
fi
0 commit comments