Added libreadline-dev to ubuntu dependencies --- may need to do the same

for fedora
This commit is contained in:
Anthony Cicchetti 2018-12-18 21:49:38 -05:00
parent 5a1b6ef341
commit 1d6f6a512d

View file

@ -3,9 +3,9 @@
set -xe
if [[ -f /etc/lsb-release ]]; then
sudo apt update
sudo apt -y install zsh git python-pip aptitude curl
sudo apt -y install zsh git python-pip aptitude curl cmake libreadline-dev
else
sudo dnf install -y zsh git python-pip
sudo dnf install -y zsh git python-pip cmake
fi
pip install ansible