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 1ad7d99 commit 6b19388Copy full SHA for 6b19388
setup/bootstrap.sh
@@ -45,11 +45,11 @@ elif [ "$(uname -s)" = Linux ]; then
45
if [ -n "${CI:-}" ]; then
46
export DEBIAN_FRONTEND=noninteractive
47
fi
48
- opts=""
+ opts="-o DPkg::Lock::Timeout=1200"
49
if [ -z "${PS1:-}" ]; then
50
- opts="-qq"
+ opts="$opts -qq"
51
52
- $sudo apt-get update $opts
+ $sudo apt-get update $opts
53
$sudo apt-get install $opts -y git make curl wget --no-install-recommends
54
elif type yum >/dev/null 2>&1; then
55
if grep -qi 'NAME=.*CentOS' /etc/*release; then
0 commit comments