From fe4c5e2d462dc7574972f45f03b188baee38289d Mon Sep 17 00:00:00 2001 From: Anthony Cicchetti Date: Sun, 2 Jun 2019 15:52:26 -0400 Subject: [PATCH] Added more packages for default installation --- playbooks/bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/bootstrap b/playbooks/bootstrap index cc0722a..683c542 100755 --- a/playbooks/bootstrap +++ b/playbooks/bootstrap @@ -5,7 +5,7 @@ if [[ -f /etc/lsb-release ]]; then sudo apt update sudo apt -y install zsh git python-pip aptitude curl cmake libreadline-dev else - sudo dnf install -y zsh git python-pip cmake openssl-devel + sudo dnf install -y zsh git python-pip cmake openssl-devel tmux gpg fi pip3 install --user ansible