diff --git a/rmmagent-linux.sh b/rmmagent-linux.sh index 6ae0f16..5cd3c19 100644 --- a/rmmagent-linux.sh +++ b/rmmagent-linux.sh @@ -1,4 +1,10 @@ #!/bin/bash +if ! command -v unzip &> /dev/null +then + echo "unzip could not be found. Please install unzip." + exit 0 +fi + if [[ $1 == "" ]]; then echo "First argument is empty !" echo "Type help for more information"