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.
1 parent f8f5e87 commit 6a575f6Copy full SHA for 6a575f6
install.sh
@@ -31,7 +31,7 @@ elif command -v pacman >/dev/null 2>&1; then
31
PM="pacman"
32
else
33
echo "[!] No supported package manager found (apt, dnf, yum, pacman)."
34
- echo " Please install gcc, make and ncurses development headers manually."
+ echo " Please install gcc, ncurses development headers manually."
35
exit 1
36
fi
37
0 commit comments