Skip to content

Commit 6a575f6

Browse files
Update install.sh
1 parent f8f5e87 commit 6a575f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ elif command -v pacman >/dev/null 2>&1; then
3131
PM="pacman"
3232
else
3333
echo "[!] No supported package manager found (apt, dnf, yum, pacman)."
34-
echo " Please install gcc, make and ncurses development headers manually."
34+
echo " Please install gcc, ncurses development headers manually."
3535
exit 1
3636
fi
3737

0 commit comments

Comments
 (0)