try to tretry failed downloads in apt
This commit is contained in:
parent
49faa93fc1
commit
338b9e7007
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue