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:
parent
6266247e61
commit
5869156ea9
1 changed files with 2 additions and 2 deletions
|
@ -89,8 +89,8 @@ ynh_app_setting_set $app syncport $SYNCPORT
|
|||
#=================================================
|
||||
ynh_print_info "Installing dependencies..."
|
||||
|
||||
# Download and install syncthing binary
|
||||
sudo apt-get install curl
|
||||
ynh_install_app_dependencies $pkg_dependencies
|
||||
|
||||
## Add the release PGP keys:
|
||||
curl -s https://syncthing.net/release-key.txt | sudo apt-key add -
|
||||
## Add the choosed channel to your APT sources:
|
||||
|
|
Loading…
Add table
Reference in a new issue