Code: Select all
#!/bin/sh
#Default Setup steam -install "${PWD}"
if hash steam 2>/dev/null; then
steam -install "${PWD}"
else
echo "Steam Needs to be installed first!"
fi
1. Make setup.sh file and copy contents to it.
2. chmod the file to be x+a. (ex in Terminal: sudo chmod x+a setup.sh)
3. Make sure the file is in the Disk_1 folder for the selected game.
4. Burn Disc and everything should work.
View Larger