From 19eb06a66bafe06dfb1a94feebdc3c43eeb1981a Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Sat, 11 Nov 2023 19:43:41 -0500 Subject: [PATCH] Fixed Operation MDK link so that it no longer requires get_installer function. --- linux-game-manager.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/linux-game-manager.sh b/linux-game-manager.sh index 6382f7a..e0648b2 100755 --- a/linux-game-manager.sh +++ b/linux-game-manager.sh @@ -652,8 +652,7 @@ case "${game}" in fi doomPath="$(find /usr/share -type d -name "doom" 2> /dev/null | head -1)" get_installer "keyshare-universal.pk3" "https://forum.zdoom.org/download/file.php?id=42262" - get_installer "OperationMDK.zip" "https://www.dropbox.com/scl/fi/bac94s01bl31p6e73pbof/OperationMDK.zip?rlkey=6ufdqgyacakqz6ulr2cue6rtm&dl=0" - download "https://www.dropbox.com/s/uf01fx3vydua6zx/TobyAccessibilityMod_Version${tobyVersion}.zip?dl=0" + download "https://www.dropbox.com/s/uf01fx3vydua6zx/TobyAccessibilityMod_Version${tobyVersion}.zip?dl=0" https://www.dropbox.com/scl/fi/bac94s01bl31p6e73pbof/OperationMDK.zip?rlkey=6ufdqgyacakqz6ulr2cue6rtm&dl=1" echo "The next step may require your password." echo "It is necessary to places the extracted files in their proper place." alert