This website works better with JavaScript.
Home
Explore
Help
Sign In
binhong
/
TicketingSystem
mirror of
https://github.com/binhonglee/TicketingSystem
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Updated install and uninstall script to include Apache-Ant
master
BinHong Lee
7 years ago
parent
bfdbc3bdbf
commit
7759bb670b
2 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
install.sh
+1
-0
uninstall.sh
+ 1
- 0
install.sh
View File
@@ -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
View File
@@ -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 ../
Write
Preview
Loading…
Cancel
Save