Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Tutki
Apua
Kirjaudu sisään
binhong
/
TicketingSystem
peilaus alkaen
https://github.com/binhonglee/TicketingSystem
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Julkaisut
0
Wiki
Toiminta
Selaa lähdekoodia
Replaced kernel with uname
Fixing-travis-yml
BinHong Lee
7 vuotta sitten
vanhempi
4beca75a97
commit
5c675d877d
2 muutettua tiedostoa
jossa
4 lisäystä
ja
4 poistoa
Jaettu näkymä
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
install.sh
+3
-3
uninstall.sh
+ 1
- 1
install.sh
Näytä tiedosto
@@ -1,4 +1,4 @@
if [ $
kernel
== "Darwin" ]; then
if [ $
(uname)
== "Darwin" ]; then
brew install ant
brew install jsoncpp
else
+ 3
- 3
uninstall.sh
Näytä tiedosto
@@ -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 ../
Kirjoita
Esikatselu
Ladataan…
Peruuta
Tallenna