Permalink
Cannot retrieve contributors at this time
Fetching contributors…
| #!/bin/sh | |
| mkdir -p bin | |
| ( cd bin && wget https://niemeyer.s3.amazonaws.com/spread-amd64.tar.gz -O spread.tar.gz && tar xzvf spread.tar.gz ) | |
| git clone https://github.com/snapcore/snapd target | |
| export SPREAD_CORE_CHANNEL=edge | |
| cd target && ../bin/spread -v linode:ubuntu-16.04-32 |