Hopefully fixed the metal mod not extracting.

This commit is contained in:
Storm Dragon 2023-11-28 11:37:03 -05:00
parent 1ec464795f
commit c63db1a4e3

View File

@ -667,7 +667,7 @@ case "${game}" in
echo "The next step may require your password." echo "The next step may require your password."
echo "It is necessary to places the extracted files in their proper place." echo "It is necessary to places the extracted files in their proper place."
alert alert
[[ -e "${cache}/Doom_Metal_Volume_6_v2.rar" ]] && sudo 7z x -o"${doomPath}/DoomMetalVol6.wad" "${cache}/Doom_Metal_Volume_6_v2.rar" [[ -e "${cache}/Doom_Metal_Volume_6_v2.rar" ]] && sudo 7z x -o"${doomPath}" "${cache}/Doom_Metal_Volume_6_v2.rar"
sudo unzip -n -d "${doomPath}" "${cache}/TobyAccessibilityMod_Version${tobyVersion}.zip" sudo unzip -n -d "${doomPath}" "${cache}/TobyAccessibilityMod_Version${tobyVersion}.zip"
sudo unzip -n -d "${doomPath}" "${cache}/OperationMDK.zip" sudo unzip -n -d "${doomPath}" "${cache}/OperationMDK.zip"
sudo cp -v "${cache}/keyshare-universal.pk3" "${doomPath}" sudo cp -v "${cache}/keyshare-universal.pk3" "${doomPath}"