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 6a575f6 commit aeb5b7cCopy full SHA for aeb5b7c
install.sh
@@ -60,7 +60,7 @@ fi
60
61
install_if_needed_apt() {
62
local pkgs=()
63
- # Prefer build-essential for gcc+make if either missing
+ # Prefer build-essential for gcc if either missing
64
if [[ $need_gcc -eq 1 ]]; then
65
pkgs+=(build-essential)
66
fi
@@ -136,7 +136,7 @@ case "$PM" in
136
;;
137
esac
138
139
-# Re-check gcc and make
+# Re-check gcc
140
if ! command -v gcc >/dev/null 2>&1; then
141
echo "[!] gcc not found after installation. Please install gcc (and make) manually and re-run this installer."
142
exit 1
0 commit comments