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
Updated install and uninstall script to include Apache-Ant
master
BinHong Lee
hace 7 años
padre
bfdbc3bdbf
commit
7759bb670b
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
@@ -4,6 +4,7 @@ if [ $(uname) == "Darwin" ]; then
else
sudo apt-get update
sudo apt-get install libjsoncpp-dev
sudo apt-get install ant
fi
cp lib/anttasks.jar ~
+ 1
- 0
uninstall.sh
Ver fichero
@@ -3,6 +3,7 @@ if [ $(uname) == "Darwin" ]; then
brew uninstall ant
else
sudo apt-get remove --purge libjsoncpp-dev
sudo apt-get remove --purge ant
fi
cd ../
Escribir
Vista previa
Cargando…
Cancelar
Guardar