Skip to content

Instantly share code, notes, and snippets.

View tim3126's full-sized avatar

Tim3126 tim3126

View GitHub Profile
@tim3126
tim3126 / WoW-5.4.8-download-all-locales.sh
Created August 2, 2024 14:30 — forked from danielsreichenbach/WoW-5.4.8-download-all-locales.sh
Grabs a copy of all files required for a full WoW 5.4.8 client installation
#!/bin/sh
echo "Fetching 5.4.8 MFIL"
BASE_URL="http://dist.blizzard.com.edgesuite.net"
if [ ! -f "wow-18414-447E3E618F731CCBF4F7D2C4E56C5644.mfil" ]; then
curl -L# "${BASE_URL}/wow-pod-retail/NA/15890.direct/wow-18414-447E3E618F731CCBF4F7D2C4E56C5644.mfil" -o "wow-18414-447E3E618F731CCBF4F7D2C4E56C5644.mfil"
fi
echo "Creating game folder 5.4.8"
mkdir -p 5.4.8