diff --git a/.install/FreeDoom.sh b/.install/FreeDoom.sh index d50156a..ad91d70 100644 --- a/.install/FreeDoom.sh +++ b/.install/FreeDoom.sh @@ -19,7 +19,7 @@ fi doomPath="$(find /usr/share -type d -name "doom" 2> /dev/null | head -1)" # The url breaks the normal download function download_named "keyshare-universal.pk3" "https://forum.zdoom.org/download/file.php?id=42262" -download "${ipfsGateway}/ipfs/QmdbLQofHiypCseiZEwcZVrrbP2T3DbKteVM9DF7cwHEqb?filename=toby_doom_${tobyVersion}_full.zip" +download "${ipfsGateway}/ipfs/QmU6REFot8CGVSBy2YWQxnmXoh7M4EF74RxFtLzvtJxoGC?filename=toby_doom_${tobyVersion}_full.zip" unzip -n -d "${installPath}/doom" "${cache}/toby_doom_${tobyVersion}_full.zip" # Move contents from nested folder up one directory (including hidden files) shopt -s dotglob