Skip to content

Commit aeb5b7c

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ fi
6060

6161
install_if_needed_apt() {
6262
local pkgs=()
63-
# Prefer build-essential for gcc+make if either missing
63+
# Prefer build-essential for gcc if either missing
6464
if [[ $need_gcc -eq 1 ]]; then
6565
pkgs+=(build-essential)
6666
fi
@@ -136,7 +136,7 @@ case "$PM" in
136136
;;
137137
esac
138138

139-
# Re-check gcc and make
139+
# Re-check gcc
140140
if ! command -v gcc >/dev/null 2>&1; then
141141
echo "[!] gcc not found after installation. Please install gcc (and make) manually and re-run this installer."
142142
exit 1

0 commit comments

Comments
 (0)