Skip to content

Commit 3267b22

Browse files
committed
3.1.0
Fix a bug of the apt script.
1 parent 767b49a commit 3267b22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apt-requirements.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ function mcd {
2525
}
2626

2727
msg "Install gcc and g++."
28-
apt-get update --qq || fail
28+
apt-get update -qq || fail
2929
apt-get -y install gcc g++ || fail

0 commit comments

Comments
 (0)