Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
akotlar committed Sep 17, 2024
1 parent bb72d98 commit 5a26ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/install-rpm-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if [[ $EUID -ne 0 ]]; then
exit 1
fi

if [ "$#" -ne 12 ]; then
if [ "$#" -ne 2 ]; then
echo "Usage: $0 <PROFILE_FILE> <INSTALL_DIR>"
exit 1
fi
Expand Down

0 comments on commit 5a26ce5

Please sign in to comment.