fix HDXRTME_install.sh script in order to install on Linux Mint

Installation of the HDX RealTime Media Engine 2.9 for Microsoft Skype for Business on Linux Mint not working? See below to see what needs changing in the install script.

grep -n LinuxMint HDXRTME_install.sh

1289: "LinuxMint" | "Ubuntu" | "ThinPro" | "Debian")
1447:if [ "$os" != "Ubuntu" ] "$os" != "LinuxMint" ] && [ "$os" != "RedHat" ] && [ "$os" != "ThinPro" ] && [ "$os" != "Debian" ]; then
1468: "Ubuntu" | "LinuxMint" | "ThinPro" | "Debian")
1542: "Ubuntu" | "LinuxMint" | "ThinPro" | "Debian")
1594: "Ubuntu" | "LinuxMint" | "ThinPro" | "Debian")

Change the lines above in the original install script to add Linux Mint support during installation.

Leave a Reply

Your email address will not be published. Required fields are marked *