try to tretry failed downloads in apt

This commit is contained in:
Cyryl Płotnicki-Chudyk 2016-06-24 10:53:06 +02:00
parent 49faa93fc1
commit 338b9e7007

View file

@ -6,6 +6,9 @@ export DEBIAN_FRONTEND=noninteractive
export DONT_CHANGE_SHELL
export DONT_START_TOR
echo "APT::Acquire::Retries=16" >> /etc/apt/apt.conf
cat /etc/apt/apt.conf
apt-get update
apt-get install sudo
cd $HOME