Quellcode durchsuchen

wget nm-install

Matthew R Kasun vor 1 Jahr
Ursprung
Commit
58fd3df77d
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -60,7 +60,7 @@ These are the instructions for deploying a Netmaker server on your own cloud VM
 3. (recommended) Prepare DNS - Set a wildcard subdomain in your DNS settings for Netmaker, e.g. *.netmaker.example.com, which points to your VM's pubic IP.
 4. Run the script: 
 
-`sudo wget -qO /root/nm-quick.sh https://raw.githubusercontent.com/gravitl/nm-install/master/nm-install && sudo chmod +x /root/nm-install && sudo /root/nm-install`  
+`sudo wget -qO /root/nm-install https://raw.githubusercontent.com/gravitl/nm-install/master/nm-install && sudo chmod +x /root/nm-install && sudo /root/nm-install`  
 
 This script gives you the option to deploy the Community or Enterprise version of Netmaker. It also gives you the option to use your own domain (recommended) or an auto-generated domain.