mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
helpers/apt: zzzz did this break everything?
This commit is contained in:
parent
64c8d9e853
commit
8a65053a59
1 changed files with 1 additions and 0 deletions
|
@ -580,6 +580,7 @@ ynh_add_repo() {
|
||||||
ynh_handle_getopts_args "$@"
|
ynh_handle_getopts_args "$@"
|
||||||
name="${name:-$app}"
|
name="${name:-$app}"
|
||||||
append=${append:-0}
|
append=${append:-0}
|
||||||
|
trusted=${trusted:-0}
|
||||||
|
|
||||||
if [ $append -eq 1 ]; then
|
if [ $append -eq 1 ]; then
|
||||||
append="tee --append"
|
append="tee --append"
|
||||||
|
|
Loading…
Add table
Reference in a new issue