Este sítio funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Iniciar sessão
binhong
/
TicketingSystem
espelho de
https://github.com/binhonglee/TicketingSystem
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Questões
0
Lançamentos
0
Wiki
Trabalho
Ver a proveniência
Added ant to mac side of install and uninstall scripts
Fixing-travis-yml
BinHong Lee
há 7 anos
ascendente
c22c393f9d
cometimento
4beca75a97
2 ficheiros alterados
com
2 adições
e
0 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+1
-0
install.sh
+1
-0
uninstall.sh
+ 1
- 0
install.sh
Ver ficheiro
@@ -1,4 +1,5 @@
if [ $kernel == "Darwin" ]; then
brew install ant
brew install jsoncpp
else
sudo apt-get update
+ 1
- 0
uninstall.sh
Ver ficheiro
@@ -2,6 +2,7 @@ if [ $kernel == "Darwin" ]; then
sudo apt-get remove --purge libjsoncpp-dev
else
brew uninstall jsoncpp
brew uninstall ant
fi
cd ../
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar