CC-2758: Make airtime-install script Debian/Ubuntu compatible

-uninstall script added
This commit is contained in:
Martin Konecny 2011-10-28 12:35:58 -04:00
parent 153e0df409
commit 56edfe4e68
15 changed files with 359 additions and 64 deletions

View file

@ -24,7 +24,7 @@ result=$?
if [ "$result" -ne "0" ]; then
#There was an error, exit with error code.
echo "There was an error during upgrade. Exit code $result"
echo "There was an error during install. Exit code $result"
exit 1
fi
set -e
@ -54,4 +54,3 @@ set -e
echo -e "\n*** Verifying your system environment ***"
sleep 10
airtime-check-system