diff --git a/playbooks/bootstrap b/playbooks/bootstrap index 5fdec47..4304144 100755 --- a/playbooks/bootstrap +++ b/playbooks/bootstrap @@ -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