From b32fe6f22700ec4a391cb0382e5e25bb584874fd Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Thu, 26 Dec 2024 17:15:20 -0500 Subject: [PATCH] Actually update the hash for 8.0 so that it downloads the right file... --- .install/FreeDoom.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.install/FreeDoom.sh b/.install/FreeDoom.sh index d005766..9a944b7 100644 --- a/.install/FreeDoom.sh +++ b/.install/FreeDoom.sh @@ -37,11 +37,11 @@ dialog --backtitle "Linux Game manager" \ fi # The url breaks the normal download function download_named "keyshare-universal.pk3" "https://forum.zdoom.org/download/file.php?id=42262" -download "${ipfsGateway}/ipfs/QmRjg1GSBmVCCtPv8GRTZSjNNDMjHEXE2k5hKxoBnYMFKQ?filename=TobyAccessibilityMod_V${tobyVersion}.zip" +download "${ipfsGateway}/ipfs/QmV1HFHH5qJMQ6RmEqL9ERngL85BUtUwFr9TgQHvqiUcBU?filename=TobyAccessibilityMod_V${tobyVersion}.zip" [[ -e "${cache}/DoomMetalVol6.wad" ]] && mv "${cache}/DoomMetalVol6.wad" "${installPath}/doom" [[ -e "${cache}/DoomMetalVol7.wad" ]] && mv "${cache}/DoomMetalVol7.wad" "${installPath}/doom" unzip -n -d "${installPath}/doom" "${cache}/TobyAccessibilityMod_V${tobyVersion}.zip" -unzip -n -d "${installPath}/doom" "${cache}/OpMDK_ForV${tobyVersion}.zip" +#unzip -n -d "${installPath}/doom" "${cache}/OpMDK_ForV${tobyVersion}.zip" cp -v "${cache}/keyshare-universal.pk3" "${installPath}/doom" rm -fv "${installPath}/doom/"*.{ahk,bat,exe,dll,ps1} #if [[ -e /usr/share/doom/blasphem.wad ]]; then