-
-
Save sirhopcount/4496cef107077f98c2ef to your computer and use it in GitHub Desktop.
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/bash | |
mkdir serf | |
cd serf/ | |
wget https://dl.bintray.com/mitchellh/serf/0.2.1_linux_amd64.zip | |
unzip 0.2.1_linux_amd64.zip | |
fpm -s dir -t deb -n "serf" -v 0.2.1 --prefix /usr/local/bin serf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment