Improve stack_pref.py

This commit is contained in:
VirtuBox
2019-09-01 20:39:12 +02:00
parent f10bcc124d
commit d4cb9501cf
4 changed files with 121 additions and 105 deletions

View File

@@ -103,6 +103,8 @@ fi
# 1- Update the apt sewers with fresh info
###
export DEBIAN_FRONTEND=noninteractive
export LANG='en_US.UTF-8'
[ -z "$wo_travis" ] && {
apt-get update -qq
}