mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Merge pull request #643 from YunoHost/get-rid-of-frontend-warnings
[fix] Get rid of annoying 'unable to initialize frontend' messages
This commit is contained in:
commit
fdbffe9590
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ ynh_package_version() {
|
||||||
# usage: ynh_apt update
|
# usage: ynh_apt update
|
||||||
ynh_apt() {
|
ynh_apt() {
|
||||||
ynh_wait_dpkg_free
|
ynh_wait_dpkg_free
|
||||||
DEBIAN_FRONTEND=noninteractive sudo apt-get -y $@
|
DEBIAN_FRONTEND=noninteractive apt-get -y $@
|
||||||
}
|
}
|
||||||
|
|
||||||
# Update package index files
|
# Update package index files
|
||||||
|
|
Loading…
Add table
Reference in a new issue