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 f0340ce commit fffcc94Copy full SHA for fffcc94
apt-requirements.sh
@@ -24,6 +24,6 @@ function mcd {
24
cd "$1" || fail
25
}
26
27
-msg "Install gcc and g++."
+msg "Install gcc, g++ and other dependencies."
28
apt-get update -qq || fail
29
apt-get -y install gcc g++ wget tar xz-utils || fail
0 commit comments