You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lnav/release/vagrant-static/pkg.sh

23 lines
456 B
Bash

#!/bin/sh
OS=$(uname -s)
if test x"${OS}" != x"FreeBSD"; then
sudo yum install -y \
zip \
unzip \
m4 \
autoconf \
automake \
ncurses \
ncurses-devel \
ncurses-static \
git \
centos-release-scl \
perl-Data-Dumper \
patch \
wget
sudo yum install -y "devtoolset-9-gcc*"
else
pkg install -y wget git m4 bash autoconf automake sqlite3 gmake
fi