An open API service indexing awesome lists of open source software.

https://github.com/virtru/gateway-install-script

Gateway Install Script
https://github.com/virtru/gateway-install-script

Last synced: 4 months ago
JSON representation

Gateway Install Script

Awesome Lists containing this project

README

          

# gateway-install-script
Gateway Install Script

Download the appropriate script to the host.

# Pull the Latest
```
curl -s https://api.github.com/repos/virtru/gateway-install-script/releases/latest \
| grep "browser_download_url.*sh" \
| cut -d : -f 2,3 \
| tr -d \" \
| sudo wget -qi -
```
Execute the script for each gateway required.