This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
binhong
/
TicketingSystem
огледало од
https://github.com/binhonglee/TicketingSystem
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Издања
0
Вики
Activity
Преглед изворни кода
Updated install and uninstall script to include Apache-Ant
master
BinHong Lee
пре 7 година
родитељ
bfdbc3bdbf
комит
7759bb670b
2 измењених фајлова
са
2 додато
и
0 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
install.sh
+1
-0
uninstall.sh
+ 1
- 0
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 ~
+ 1
- 0
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 ../
Write
Preview
Loading…
Откажи
Сачувај