dotfiles/playbooks/bootstrap
2018-11-12 14:38:19 -05:00

5 lines
101 B
Text
Executable file

if [[ -f /etc/lsb-release ]]; then
sudo apt -y install zsh git
else
sudo dnf install -y zsh git
fi