diff --git a/install/install-rpm-deps.sh b/install/install-rpm-deps.sh index 4059cec1e..d382a23e5 100755 --- a/install/install-rpm-deps.sh +++ b/install/install-rpm-deps.sh @@ -8,7 +8,7 @@ if [[ $EUID -ne 0 ]]; then exit 1 fi -if [ "$#" -ne 12 ]; then +if [ "$#" -ne 2 ]; then echo "Usage: $0 " exit 1 fi