This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
golang
/
netmaker
réplica de
https://github.com/gravitl/netmaker
Seguir
2
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Wiki
Explorar o código
add flag to install pro
abhishek9686
hai 1 ano
pai
8af04309a9
achega
f25ee0aab4
Modificáronse 1 ficheiros
con
3 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de Diff
3
0
scripts/nm-quick.sh
+ 3
- 0
scripts/nm-quick.sh
Ver ficheiro
@@ -889,6 +889,9 @@ main (){
downgrade
exit 0
;;
+ p)
+ INSTALL_TYPE="pro"
+ ;;
v)
usage
exit 0