From 1d6f6a512d9185aa1e2b1331a4c593bae041fef0 Mon Sep 17 00:00:00 2001
From: Anthony Cicchetti <anthonycicc@gmail.com>
Date: Tue, 18 Dec 2018 21:49:38 -0500
Subject: [PATCH] Added libreadline-dev to ubuntu dependencies --- may need to
 do the same for fedora

---
 playbooks/bootstrap | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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