gravitl / netmaker

Netmaker makes networks with WireGuard. Netmaker automates fast, secure, and distributed virtual networks.
https://netmaker.io
Other
9.5k stars 552 forks source link

Installation Script Syntax Error #1856

Closed josifbg closed 5 months ago

josifbg commented 1 year ago

Using the installation script: sudo wget -qO /root/nm-quick-interactive.sh https://raw.githubusercontent.com/gravitl/netmaker/master/scripts/nm-quick-interactive.sh && sudo chmod +x /root/nm-quick-interactive.sh && sudo /root/nm-quick-interactive.sh

I`ve got an error msg:

/root/nm-quick-interactive.sh: line 318: syntax error near unexpected token `fi'

abhishek9686 commented 5 months ago

@josifbg try out the latest install script sudo wget -qO /root/nm-quick.sh https://raw.githubusercontent.com/gravitl/netmaker/master/scripts/nm-quick.sh && sudo chmod +x /root/nm-quick.sh && sudo /root/nm-quick.sh