mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[enh] We need a fucking log
Die quiet ! Die !!!
This commit is contained in:
parent
cc290cd55b
commit
2bc5e82b9c
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
@ -163,4 +163,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.
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue