This a companion guide to the blog post Build a DevTest Azure Site-to-Site VPN on a Linux VM
Install with wget
sudo sh -c "$(wget -qO- https://raw.githubusercontent.com/philipf/azure-s2s-template/master/install.sh)"
or install with curl
sudo sh -c "$(curl -fsSL https://raw.githubusercontent.com/philipf/azure-s2s-template/master/install.sh)"