Skip to content

Commit

Permalink
Merge pull request #308 from ant-media/update-regex
Browse files Browse the repository at this point in the history
Update regex for compatibility
  • Loading branch information
mekya authored Jul 5, 2024
2 parents 0ca6075 + e9fc383 commit 55bf8f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_ant-media-server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ unzip $ANT_MEDIA_SERVER_ZIP_FILE
check


if [[ $VERSION == 2.1* || $VERSION == 2.0* || $VERSION == 1.* ]]; then
if [[ $VERSION == 2.1\.+.* || $VERSION == 2.0* || $VERSION == 1.* ]]; then
if [ "$ID" == "ubuntu" ]; then
$SUDO apt-get install openjdk-8-jre -y
$SUDO apt purge openjfx libopenjfx-java libopenjfx-jni -y
Expand Down

0 comments on commit 55bf8f5

Please sign in to comment.