Page 1 of 1

Steam Setup for Linux

Posted: Sun Sep 03, 2017 9:35 pm
by MidgetMan
Here is a little script I made to make steam backup disc for Linux:

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 
Instructions for use

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.

Image
View Larger