Update dropshell-server-autosetup.sh
This commit is contained in:
@@ -29,7 +29,7 @@ else
|
||||
fi
|
||||
|
||||
# check if curl, wget, bash installed, and install if not
|
||||
PREREQUISITES=("curl" "wget" "jq")
|
||||
PREREQUISITES=("curl" "wget" "jq" "rsync")
|
||||
|
||||
# check if all prerequisites are installed
|
||||
ALLINSTALLED=true
|
||||
|
||||
Reference in New Issue
Block a user