mirror of
https://github.com/YunoHost-Apps/syncthing_ynh.git
synced 2024-09-03 20:26:23 +02:00
INSTALL DEPENDENCIES
This commit is contained in:
parent
eae20d82a6
commit
f448f9c313
1 changed files with 5 additions and 0 deletions
|
@ -102,6 +102,11 @@ sudo chown -R $SYNCUSER:$SYNCUSER $SYNCHOME/
|
|||
sudo find $SYNCHOME/ -type f | while read LINE; do sudo chmod 640 "$LINE" ; done
|
||||
sudo find $SYNCHOME/ -type d | while read LINE; do sudo chmod 750 "$LINE" ; done
|
||||
|
||||
#=================================================
|
||||
# INSTALL DEPENDENCIES
|
||||
#=================================================
|
||||
ynh_print_info "Installing dependencies..."
|
||||
|
||||
# Download and install syncthing binary
|
||||
sudo apt-get install curl
|
||||
## Add the release PGP keys:
|
||||
|
|
Loading…
Add table
Reference in a new issue