Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ericgaspar committed May 20, 2022
1 parent 4a6687b commit 9169bbd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/install
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys CB2DE8E5
# restart nginx and the whole webadmin and maybe even the yunohost command
# running the install ...

ynh_exec_warn_less ynh_install_extra_app_dependencies --repo="https://download.onlyoffice.com/repo/debian squeeze main" --package=$extra_dependencies
ynh_install_extra_app_dependencies --repo="https://download.onlyoffice.com/repo/debian squeeze main" --package=$extra_dependencies 2>/dev/null

#=================================================
# MODIFY A CONFIG FILE
Expand Down
1 change: 0 additions & 1 deletion scripts/remove
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ ynh_script_progression --message="Removing dependencies..."

# Remove metapackage and its dependencies
ynh_remove_app_dependencies
#ynh_remove_extra_repo

dpkg --configure -a

Expand Down

0 comments on commit 9169bbd

Please sign in to comment.