This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
binhong
/
TicketingSystem
огледало од
https://github.com/binhonglee/TicketingSystem
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Издања
0
Вики
Activity
Преглед изворни кода
Added ant to mac side of install and uninstall scripts
Fixing-travis-yml
BinHong Lee
пре 7 година
родитељ
c22c393f9d
комит
4beca75a97
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
Прегледај датотеку
@@ -1,4 +1,5 @@
if [ $kernel == "Darwin" ]; then
brew install ant
brew install jsoncpp
else
sudo apt-get update
+ 1
- 0
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 ../
Write
Preview
Loading…
Откажи
Сачувај