allow installation unauthenticated packages

This commit is contained in:
2017-07-04 10:41:54 +02:00
parent ac01208183
commit ba67185b9c

View File

@@ -3,7 +3,7 @@ export DEBIAN_FRONTEND=noninteractive
apt_install() {
apt-get update
apt-get install -y --no-install-recommends "$@"
apt-get install -y --allow-unauthenticated --no-install-recommends "$@"
}
apt_install_permanent() {