Update template

This commit is contained in:
hwdsl2 2021-08-13 02:12:23 -05:00
parent 920e7a5fc8
commit 560d433918

View File

@ -16,15 +16,15 @@
},
"CentOS7": {
"HelperInstallationCommands": "yum -y install python3 wget\npython3 -m pip install https://s3.amazonaws.com/cloudformation-examples/aws-cfn-bootstrap-py3-latest.tar.gz\n",
"InstallationLinks": "https://git.io/vpnsetup-centos"
"InstallationLinks": "https://git.io/vpnsetup"
},
"CentOS8": {
"HelperInstallationCommands": "yum -y install python3 wget\npython3 -m pip install https://s3.amazonaws.com/cloudformation-examples/aws-cfn-bootstrap-py3-latest.tar.gz\n",
"InstallationLinks": "https://git.io/vpnsetup-centos"
"InstallationLinks": "https://git.io/vpnsetup"
},
"AmazonLinux2": {
"HelperInstallationCommands": "export PATH=\"$PATH:/opt/aws/bin\"\n",
"InstallationLinks": "https://git.io/vpnsetup-amzn"
"InstallationLinks": "https://git.io/vpnsetup"
}
}
},