d2 setup added basic tutorial

This commit is contained in:
mollusk 2021-09-29 16:28:30 -07:00
parent 75e0782e01
commit ccb3595db7

View File

@ -1,5 +1,14 @@
#!/bin/bash #!/bin/bash
echo "NOTICE: Currently you must move & rename the installer directories to the following:"
echo "Base Game: ${HOME}/D2"
echo "Expansion: ${HOME}/LOD"
echo "Then run this script with the following option:"
echo "${0} -a"
echo "The script will then kick off the process of grabbing debs, setting the prefix and installing the game."
echo "User intervention is required to click through the installer setups"
# Wine Prefix Environment # Wine Prefix Environment
PREFIX="/home/$USER/diablo" PREFIX="/home/$USER/diablo"
ARCH="win32" ARCH="win32"