Merge pull request #475 from YunoHost/remove_qq

[enh] We need a fucking log
This commit is contained in:
Bram 2018-05-17 05:30:45 +02:00 committed by GitHub
commit deec04e6d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,7 @@ ynh_package_version() {
# #
# usage: ynh_apt update # usage: ynh_apt update
ynh_apt() { ynh_apt() {
DEBIAN_FRONTEND=noninteractive sudo apt-get -y -qq $@ DEBIAN_FRONTEND=noninteractive sudo apt-get -y $@
} }
# Update package index files # Update package index files