lnav/release/vagrant-static/pkg.sh

21 lines
426 B
Bash
Raw Normal View History

#! /bin/sh
OS=$(uname -s)
if test x"${OS}" != x"FreeBSD"; then
sudo yum install -y \
2017-04-05 14:05:19 +00:00
zip \
unzip \
m4 \
autoconf \
automake \
ncurses \
ncurses-devel \
2017-04-11 14:53:02 +00:00
ncurses-static \
git \
centos-release-scl \
perl-Data-Dumper
sudo yum install -y "devtoolset-4-gcc*"
else
pkg install -y wget git m4 bash autoconf automake sqlite3 gmake
fi