Added libreadline-dev to ubuntu dependencies --- may need to do the same
for fedora
This commit is contained in:
parent
5a1b6ef341
commit
1d6f6a512d
1 changed files with 2 additions and 2 deletions
|
@ -3,9 +3,9 @@
|
||||||
set -xe
|
set -xe
|
||||||
if [[ -f /etc/lsb-release ]]; then
|
if [[ -f /etc/lsb-release ]]; then
|
||||||
sudo apt update
|
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
|
else
|
||||||
sudo dnf install -y zsh git python-pip
|
sudo dnf install -y zsh git python-pip cmake
|
||||||
fi
|
fi
|
||||||
|
|
||||||
pip install ansible
|
pip install ansible
|
||||||
|
|
Loading…
Add table
Reference in a new issue