diff --git a/musl/upload.sh b/musl/upload.sh index 656e2ce..90e5418 100755 --- a/musl/upload.sh +++ b/musl/upload.sh @@ -20,12 +20,6 @@ if ! command -v sos &> /dev/null ; then exit 1 fi -if ! command -v dropshell-tool &> /dev/null ; then - echo "dropshell-tool could not be found" - exit 1 -fi - - # find all .tgz in this directory for file in "${SCRIPT_DIR}"/*.tgz; do # upload the file to the server