diff --git a/linux-game-manager.sh b/linux-game-manager.sh index 0036ce1..fa762a1 100755 --- a/linux-game-manager.sh +++ b/linux-game-manager.sh @@ -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}"