prevent apt-get from blocking at setup time (#680)

pull/682/head
Yanick Fratantonio 6 years ago committed by Stuart Nevans Locke
parent 1158a3086d
commit 203f10710e

@ -23,7 +23,7 @@ install_apt() {
sudo apt-get -y install gdb python-dev python3-dev python-pip python3-pip libglib2.0-dev libc6-dbg
if uname -m | grep x86_64 > /dev/null; then
sudo apt-get install libc6-dbg:i386 || true
sudo apt-get -y install libc6-dbg:i386 || true
fi
}

Loading…
Cancel
Save