Skip to content

Instantly share code, notes, and snippets.

@jfroche
Created November 22, 2013 10:14
Show Gist options
  • Save jfroche/7597719 to your computer and use it in GitHub Desktop.
Save jfroche/7597719 to your computer and use it in GitHub Desktop.
serf deb package
#!/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