|
|
@ -9,7 +9,7 @@ functionselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")" |
|
|
|
|
|
|
|
if [ "${shortname}" == "ts3" ]; then |
|
|
|
eulaurl="https://www.teamspeak.com/en/privacy-and-terms" |
|
|
|
elif [ "${shortname}" == "mc" ]||[ "${shortname}" == "pmc" ]||[ "${shortname}" == "wmc" ]; then |
|
|
|
elif [ "${shortname}" == "mc" ]||[ "${shortname}" == "pmc" ]; then |
|
|
|
eulaurl="https://account.mojang.com/documents/minecraft_eula" |
|
|
|
elif [ "${shortname}" == "ut" ]; then |
|
|
|
eulaurl="https://www.epicgames.com/unrealtournament/unreal-tournament-pre-alpha-test-development-build-eula" |
|
|
|