mirror of
https://github.com/YunoHost-Apps/syncthing_ynh.git
synced 2024-09-03 20:26:23 +02:00
UPGRADE DEPENDENCIES
This commit is contained in:
parent
7fdc823ebc
commit
b907e425c6
1 changed files with 8 additions and 1 deletions
|
@ -26,9 +26,16 @@ SYNCUSER=$(ynh_app_setting_get $app syncuser)
|
|||
SYNCPORT=$(ynh_app_setting_get $app syncport)
|
||||
GUIPORT=$(ynh_app_setting_get $app guiport)
|
||||
|
||||
#=================================================
|
||||
# STANDARD UPGRADE STEPS
|
||||
#=================================================
|
||||
|
||||
|
||||
# Upgrade official debian package
|
||||
#=================================================
|
||||
# UPGRADE DEPENDENCIES
|
||||
#=================================================
|
||||
ynh_print_info "Upgrading dependencies..."
|
||||
|
||||
sudo apt-get update -qq
|
||||
sudo apt-get upgrade syncthing -y
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue