diff --git a/install.sh b/install.sh index e2f6a67..99bbda1 100755 --- a/install.sh +++ b/install.sh @@ -1,4 +1,5 @@ if [ $kernel == "Darwin" ]; then + brew install ant brew install jsoncpp else sudo apt-get update diff --git a/uninstall.sh b/uninstall.sh index 7da462f..fed60d4 100755 --- a/uninstall.sh +++ b/uninstall.sh @@ -2,6 +2,7 @@ if [ $kernel == "Darwin" ]; then sudo apt-get remove --purge libjsoncpp-dev else brew uninstall jsoncpp + brew uninstall ant fi cd ../