From f448f9c31354a68fc1dd660a45939ed2e4025a0e Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sat, 13 Apr 2019 16:39:48 +0200 Subject: [PATCH] INSTALL DEPENDENCIES --- scripts/install | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/install b/scripts/install index d162ffe..cd3f889 100644 --- a/scripts/install +++ b/scripts/install @@ -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: