Hopefully fixed the metal mod not extracting.
This commit is contained in:
parent
1ec464795f
commit
c63db1a4e3
@ -667,7 +667,7 @@ case "${game}" in
|
||||
echo "The next step may require your password."
|
||||
echo "It is necessary to places the extracted files in their proper place."
|
||||
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}/OperationMDK.zip"
|
||||
sudo cp -v "${cache}/keyshare-universal.pk3" "${doomPath}"
|
||||
|
Loading…
Reference in New Issue
Block a user