Changes between Initial Version and Version 1 of installGSGT


Ignore:
Timestamp:
2013-09-19T09:18:30-04:00 (12 years ago)
Author:
warb
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • installGSGT

    v1 v1  
     1=== install GSGT on TGF's SGET box (a non-slackware  box)
     2
     3on SGET:
     4
     5## be root
     6su -
     7
     8## download the updated gsgt
     9cd /tmp [[br]]
     10scp 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]]
     13tar -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.