Netboot Template
From Amahi Wiki
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;
|