Skip to content

Commit c1d312d

Browse files
committed
updated bootstrap.sh
1 parent 2076a50 commit c1d312d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: setup/bootstrap.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ elif [ "$(uname -s)" = Linux ]; then
4747
fi
4848
opts="-o DPkg::Lock::Timeout=1200"
4949
if [ -z "${PS1:-}" ]; then
50-
opts+=" -qq"
50+
opts="$opts -qq"
5151
fi
5252
$sudo apt-get update $opts
5353
$sudo apt-get install $opts -y git make curl wget --no-install-recommends

0 commit comments

Comments
 (0)