1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/syncthing_ynh.git synced 2024-09-03 20:26:23 +02:00

switch to ynh_install_app_dependencies

This commit is contained in:
yalh76 2019-04-13 17:02:29 +02:00
parent 6266247e61
commit 5869156ea9

View file

@ -89,8 +89,8 @@ ynh_app_setting_set $app syncport $SYNCPORT
#================================================= #=================================================
ynh_print_info "Installing dependencies..." ynh_print_info "Installing dependencies..."
# Download and install syncthing binary ynh_install_app_dependencies $pkg_dependencies
sudo apt-get install curl
## Add the release PGP keys: ## Add the release PGP keys:
curl -s https://syncthing.net/release-key.txt | sudo apt-key add - curl -s https://syncthing.net/release-key.txt | sudo apt-key add -
## Add the choosed channel to your APT sources: ## Add the choosed channel to your APT sources: