This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: savi-nats-server | |
| version: "1.0.2" | |
| summary: "High-Performance server for NATS" | |
| description: "High-Performance server for NATS, the cloud native messaging system" | |
| confinement: strict | |
| apps: | |
| nats-server: | |
| command: gnatsd-v1.0.2-linux-amd64/gnatsd | |
| daemon: simple |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| # | |
| # Run Script | |
| # wget -qO - "https://git.io/vUGQt" | sudo sh | |
| # Edit Script | |
| # wget -q --content-disposition "https://git.io/vUGQt" | |
| # | |
| set -e |
OlderNewer