Changes between Initial Version and Version 1 of InstallLabUtils
- Timestamp:
- 2013-07-11T11:22:11-04:00 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallLabUtils
v1 v1 1 === Install Laboratory Utilities === 2 3 On TGF's sget machine ( a non-slackware system) 4 5 {{{ 6 ### download the Labortory Utilities you wish to install 7 scp warb@jvnoffice:/raid/slack1337/jvn-labUtils.1.0.1.eng-i486-1.tgz . 8 9 ### un-tar as '''root''' using -C/ to install in absolute paths.... 10 tar -C/ -xvf jvn-labUtils.1.0.1.eng-i486-1.tgz 11 12 ### cd to / and run the install script. 13 cd / 14 /install/doinst.sh 15 16 }}} 17 18 You are done!!! 19 20 21 22 23 24 25 26 27 28 29