1
1
mirror of https://github.com/tstack/lnav.git synced 2024-09-19 08:48:02 +03:00
lnav/release/vagrant-static/pkg.sh

23 lines
456 B
Bash
Executable File

#!/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