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 767b49a commit 3267b22Copy full SHA for 3267b22
apt-requirements.sh
@@ -25,5 +25,5 @@ function mcd {
25
}
26
27
msg "Install gcc and g++."
28
-apt-get update --qq || fail
+apt-get update -qq || fail
29
apt-get -y install gcc g++ || fail
0 commit comments