Skip to content

Commit fffcc94

Browse files
committed
3.1.0
Update the installation script.
1 parent f0340ce commit fffcc94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: apt-requirements.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ function mcd {
2424
cd "$1" || fail
2525
}
2626

27-
msg "Install gcc and g++."
27+
msg "Install gcc, g++ and other dependencies."
2828
apt-get update -qq || fail
2929
apt-get -y install gcc g++ wget tar xz-utils || fail

0 commit comments

Comments
 (0)