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