Update dropshell-server-autosetup.sh
All checks were successful
Build-Test-Publish / build (linux/amd64) (push) Successful in 11s
Build-Test-Publish / build (linux/arm64) (push) Successful in 16s

This commit is contained in:
j
2026-02-21 18:45:07 +13:00
parent b65309fd10
commit ea1004dd7e

View File

@@ -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