diff --git a/scripts/deploy_supertuxkart.sh b/scripts/deploy_supertuxkart.sh index eaf329a..8495421 100755 --- a/scripts/deploy_supertuxkart.sh +++ b/scripts/deploy_supertuxkart.sh @@ -12,7 +12,6 @@ stk_dir="/opt/SuperTuxKart-${stk_version}" mkdir -p ${stk_dir} curl --location "https://github.com/supertuxkart/stk-code/releases/download/${stk_version}/SuperTuxKart-${stk_version}-linux-64bit.tar.xz" | tar --extract --xz --no-same-owner --strip-components=1 --directory=${stk_dir} ln -s ${stk_dir}/bin/supertuxkart /usr/games/supertuxkart -curl --location "https://owncloud.hribhrib.at/index.php/s/nXJ8nhewqfTElsx/download" > /etc/supertuxkart.xml # Add firewall rules firewall-cmd --zone=public --add-port=2757/udp --permanent