Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
binhong
/
TicketingSystem
réplica de
https://github.com/binhonglee/TicketingSystem
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Added ant to mac side of install and uninstall scripts
Fixing-travis-yml
BinHong Lee
hace 7 años
padre
c22c393f9d
commit
4beca75a97
Se han
modificado 2 ficheros
con
2 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-0
install.sh
+1
-0
uninstall.sh
+ 1
- 0
install.sh
Ver fichero
@@ -1,4 +1,5 @@
if [ $kernel == "Darwin" ]; then
brew install ant
brew install jsoncpp
else
sudo apt-get update
+ 1
- 0
uninstall.sh
Ver fichero
@@ -2,6 +2,7 @@ if [ $kernel == "Darwin" ]; then
sudo apt-get remove --purge libjsoncpp-dev
else
brew uninstall jsoncpp
brew uninstall ant
fi
cd ../
Escribir
Vista previa
Cargando…
Cancelar
Guardar