lnav/release/vagrant-static/provision-pkg.sh
Timothy Stack 4ecc88292a [release] build packages with fpm
Add a separate vagrant vm to run fpm since the centos 5
one is too old and then use it to produce deb and rpm
files.
2016-02-28 11:40:26 -08:00

8 lines
159 B
Bash

#!/usr/bin/env bash
# Installs dependencies for running fpm
sudo apt-get update
sudo apt-get install -y ruby-dev gcc make zip unzip rpm
sudo gem install fpm