diff --git a/data/helpers.d/package b/data/helpers.d/package index 71771a568..6f130bfb5 100644 --- a/data/helpers.d/package +++ b/data/helpers.d/package @@ -30,7 +30,7 @@ ynh_package_version() { # # usage: ynh_apt update ynh_apt() { - DEBIAN_FRONTEND=noninteractive sudo apt-get -y -qq $@ + DEBIAN_FRONTEND=noninteractive sudo apt-get -y $@ } # Update package index files @@ -167,4 +167,4 @@ EOF ynh_remove_app_dependencies () { local dep_app=${app//_/-} # Replace all '_' by '-' ynh_package_autopurge ${dep_app}-ynh-deps # Remove the fake package and its dependencies if they not still used. -} \ No newline at end of file +}