This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
binhong
/
TicketingSystem
огледало од
https://github.com/binhonglee/TicketingSystem
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Издања
0
Вики
Activity
Преглед изворни кода
Replaced kernel with uname
Fixing-travis-yml
BinHong Lee
пре 7 година
родитељ
4beca75a97
комит
5c675d877d
2 измењених фајлова
са
4 додато
и
4 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
install.sh
+3
-3
uninstall.sh
+ 1
- 1
install.sh
Прегледај датотеку
@@ -1,4 +1,4 @@
if [ $
kernel
== "Darwin" ]; then
if [ $
(uname)
== "Darwin" ]; then
brew install ant
brew install jsoncpp
else
+ 3
- 3
uninstall.sh
Прегледај датотеку
@@ -1,8 +1,8 @@
if [ $kernel == "Darwin" ]; then
sudo apt-get remove --purge libjsoncpp-dev
else
if [ $(uname) == "Darwin" ]; then
brew uninstall jsoncpp
brew uninstall ant
else
sudo apt-get remove --purge libjsoncpp-dev
fi
cd ../
Write
Preview
Loading…
Откажи
Сачувај