mirror of
https://github.com/vhaudiquet/mymachine.git
synced 2025-12-18 03:56:04 +00:00
ubuntu: use noninteractive frontend
This commit is contained in:
@@ -88,7 +88,7 @@ EXTRA_PACKAGES=(
|
||||
)
|
||||
|
||||
install_package_command() {
|
||||
apt-get install -y "${1}" >/dev/null 2>&1
|
||||
DEBIAN_FRONTEND=noninteractive apt-get install -yqq "${1}" >/dev/null 2>&1
|
||||
}
|
||||
install_extra_command() {
|
||||
snap install "${1}" >/dev/null 2>&1
|
||||
|
||||
Reference in New Issue
Block a user