This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
golang
/
netmaker
espejo de
https://github.com/gravitl/netmaker
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
add flag to install pro
abhishek9686
hace 1 año
padre
8af04309a9
commit
f25ee0aab4
Se han
modificado 1 ficheros
con
3 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
3
0
scripts/nm-quick.sh
+ 3
- 0
scripts/nm-quick.sh
Ver fichero
@@ -889,6 +889,9 @@ main (){
downgrade
exit 0
;;
+ p)
+ INSTALL_TYPE="pro"
+ ;;
v)
usage
exit 0