Changes between Initial Version and Version 1 of installGSGT
- Timestamp:
- 2013-09-19T09:18:30-04:00 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
installGSGT
v1 v1 1 === install GSGT on TGF's SGET box (a non-slackware box) 2 3 on SGET: 4 5 ## be root 6 su - 7 8 ## download the updated gsgt 9 cd /tmp [[br]] 10 scp warb@jvnoffice:/raid/slack1337/jvn-gsgt.7.5.4.8.eng-i486-1.tgz 11 12 ### un-tar as '''root''' using -C/ to install in absolute paths....[[br]] 13 tar -C/ -xvf jvn-gsgt.7.5.4.8.eng-i486-1.tgz 14 15 ### run the script (may not be marked executable so just source it[[br]] 16 . /install/doinst.sh 17 18 ### you are done.