From 7759bb670b721f1fcb6ec9ed4c0f1ba87a66b803 Mon Sep 17 00:00:00 2001 From: BinHong Lee Date: Thu, 31 Aug 2017 21:41:23 -0700 Subject: [PATCH] Updated install and uninstall script to include Apache-Ant --- install.sh | 1 + uninstall.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/install.sh b/install.sh index 5639e5f..5fb6be8 100755 --- a/install.sh +++ b/install.sh @@ -4,6 +4,7 @@ if [ $(uname) == "Darwin" ]; then else sudo apt-get update sudo apt-get install libjsoncpp-dev + sudo apt-get install ant fi cp lib/anttasks.jar ~ diff --git a/uninstall.sh b/uninstall.sh index 407933e..894d419 100755 --- a/uninstall.sh +++ b/uninstall.sh @@ -3,6 +3,7 @@ if [ $(uname) == "Darwin" ]; then brew uninstall ant else sudo apt-get remove --purge libjsoncpp-dev + sudo apt-get remove --purge ant fi cd ../