Fix DEBIAN_FRONTEND not applying
This commit is contained in:
parent
1fa7d1329d
commit
d7b92883c4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user