Pārlūkot izejas kodu

Updated install and uninstall script to include Apache-Ant

master
BinHong Lee pirms 7 gadiem
vecāks
revīzija
7759bb670b
2 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  1. +1
    -0
      install.sh
  2. +1
    -0
      uninstall.sh

+ 1
- 0
install.sh Parādīt failu

@@ -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 ~


+ 1
- 0
uninstall.sh Parādīt failu

@@ -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 ../


Notiek ielāde…
Atcelt
Saglabāt