This website works better with JavaScript
Home
Explore
Help
Sign In
golang
/
netmaker
mirror of
https://github.com/gravitl/netmaker
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
add flag to install pro
abhishek9686
1 year ago
parent
8af04309a9
commit
f25ee0aab4
1 changed files
with
3 additions
and
0 deletions
Split View
Show Diff Stats
3
0
scripts/nm-quick.sh
+ 3
- 0
scripts/nm-quick.sh
View File
@@ -889,6 +889,9 @@ main (){
downgrade
exit 0
;;
+ p)
+ INSTALL_TYPE="pro"
+ ;;
v)
usage
exit 0