diff --git a/functions/fn_install_ts3 b/functions/fn_install_ts3 index 4c55bec3c..67c6d5c9d 100644 --- a/functions/fn_install_ts3 +++ b/functions/fn_install_ts3 @@ -2,13 +2,13 @@ # LGSM fn_install_ts3 function # Author: Daniel Gibbs # Website: http://gameservermanagers.com -# Version: 240515 +# Version: 270715 fn_details_distro # Gets the teamspeak server architecture if [ "${arch}" == "x86_64" ]; then ts3arch="amd64" -elif [ "${arch}" == "i386" ]; then +elif [ "${arch}" == "i386" ]||[ "${arch}" == "i686" ]; then ts3arch="x86" else fn_printfailure "${arch} is an unsupported architecture"