dropshell release 2025.0527.2201
Some checks failed
Dropshell Test / Build_and_Test (push) Failing after 2m44s

This commit is contained in:
Your Name
2025-05-27 22:01:51 +12:00
parent 7bf624589f
commit c836b26657
4 changed files with 58 additions and 15 deletions

View File

@ -53,6 +53,12 @@ if ! command -v docker &> /dev/null; then
exit 1
fi
# check rsync installation
if ! command -v rsync &> /dev/null; then
echo "Rsync is not installed. Rsync is required for agent installation."
exit 1
fi
#-------------------------------------------------------------------------