mirror of https://github.com/dswd/vpncloud.git
Add socat to scripts
This commit is contained in:
parent
57c993e8d5
commit
801afa4d35
|
@ -219,6 +219,7 @@ class EC2Environment:
|
|||
userdata = """#cloud-config
|
||||
packages:
|
||||
- iperf3
|
||||
- socat
|
||||
runcmd:
|
||||
- wget https://github.com/dswd/vpncloud/releases/download/v{version}/vpncloud_{version}.x86_64.rpm -O /tmp/vpncloud.rpm
|
||||
- yum install -y /tmp/vpncloud.rpm
|
||||
|
|
Loading…
Reference in New Issue