Skip to content

Commit

Permalink
Update install-*nix
Browse files Browse the repository at this point in the history
  • Loading branch information
44million authored Dec 5, 2023
1 parent 2becc90 commit 6050881
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dwn/install-*nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ Q_JAR_URL="http://github.com/qRX53/Q/releases/latest/download/Q.jar"
# Check if the script is running with --info, -i, or -I flag
if [[ "$1" == "--info" || "$1" == "-i" || "$1" == "-I" || "$2" == "--info" || "$2" == "-i" || "$2" == "-I" ]]; then
INFO_FLAG=true
ERROR_FLAG=false
ERROR_FLAG=true
else
INFO_FLAG=false
ERROR_FLAG=false
INFO_FLAG=true
ERROR_FLAG=true
fi

# Function to display info
Expand Down

0 comments on commit 6050881

Please sign in to comment.