1
0
Fork 0
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:
yalh76 2019-04-13 17:40:46 +02:00
parent 7fdc823ebc
commit b907e425c6

View file

@ -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