diff --git a/d2-setup.sh b/d2-setup.sh index 6b95c18..b3c4e35 100755 --- a/d2-setup.sh +++ b/d2-setup.sh @@ -1,5 +1,14 @@ #!/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 PREFIX="/home/$USER/diablo" ARCH="win32"