added missing semicolon to the apt config
This commit is contained in:
parent
624c3bc72b
commit
1ce1020dfd
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ export DEBIAN_FRONTEND=noninteractive
|
||||||
export DONT_CHANGE_SHELL
|
export DONT_CHANGE_SHELL
|
||||||
export DONT_START_TOR
|
export DONT_START_TOR
|
||||||
|
|
||||||
echo "APT::Acquire::Retries=16" >> /etc/apt/apt.conf.d/99_retries
|
echo "APT::Acquire::Retries=16;" >> /etc/apt/apt.conf.d/99_retries
|
||||||
|
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install sudo
|
apt-get install sudo
|
||||||
|
|
Loading…
Reference in a new issue