Skip to content

Commit

Permalink
Update regex for compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
muratugureminoglu authored Jul 5, 2024
1 parent 0ca6075 commit e9fc383
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 e9fc383

Please sign in to comment.