diff --git a/install.sh b/install.sh index 11ce3c4..e2f6a67 100755 --- a/install.sh +++ b/install.sh @@ -3,6 +3,7 @@ if [ $kernel == "Darwin" ]; then else sudo apt-get update sudo apt-get install libjsoncpp-dev +fi cp lib/anttasks.jar ~ pushd ~ diff --git a/uninstall.sh b/uninstall.sh index 02eddd0..7da462f 100755 --- a/uninstall.sh +++ b/uninstall.sh @@ -2,6 +2,8 @@ if [ $kernel == "Darwin" ]; then sudo apt-get remove --purge libjsoncpp-dev else brew uninstall jsoncpp +fi + cd ../ echo "Deleting project files" rm -rf TicketingSystem