fix settign the build variables
This commit is contained in:
parent
1ce1020dfd
commit
66c479c1a0
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@
|
|||
set -e
|
||||
|
||||
export DEBIAN_FRONTEND=noninteractive
|
||||
export DONT_CHANGE_SHELL
|
||||
export DONT_START_TOR
|
||||
export DONT_CHANGE_SHELL=true
|
||||
export DONT_START_TOR=true
|
||||
|
||||
echo "APT::Acquire::Retries=16;" >> /etc/apt/apt.conf.d/99_retries
|
||||
|
||||
|
|
Loading…
Reference in a new issue