Fix DEBIAN_FRONTEND not applying

This commit is contained in:
Fierelier 2022-08-08 21:16:43 +02:00
parent 1fa7d1329d
commit d7b92883c4

View File

@ -1,7 +1,7 @@
#!/bin/bash
apt -y update
apt -y upgrade
DEBIAN_FRONTEND="noninteractive"
export DEBIAN_FRONTEND="noninteractive"
apt -y install $OPUS_PACKAGES
apt -y install --download-only $OPUS_PACKAGES_DL
unset DEBIAN_FRONTEND