Netboot Template

From Amahi Wiki
Revision as of 01:27, 30 March 2011 by Bigfoot65 (talk | contribs)
Jump to: navigation, search

INSTALL

awk '{ print $2 }' code
​ grep "inet addr" ​


UNINSTALL

bash code
​# App specific variables export WASNAM='pmagic'; export WAPATH='/var/hda/web-apps/pmagic/html'; # Uninstall $WASNAM mkdir elevated; cd elevated; cp $WAPATH/uninstall-$WASNAM.sh .; sudo ./uninstall-$WASNAM.sh; cd ..; rm -rf elevated;