Removed some stuff, fixed rust install

This commit is contained in:
Anthony Cicchetti 2019-06-04 18:27:24 -04:00
parent 8a6230aac7
commit faab9065dc
2 changed files with 2 additions and 1 deletions

View file

@ -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 tmux gpg
sudo dnf install -y zsh git cmake openssl-devel tmux gpg
fi
pip3 install --user ansible

View file

@ -3,6 +3,7 @@
get_url:
url: https://sh.rustup.rs
dest: /tmp/install_rust.sh
mode: 0755
- name: Install Rust
shell: /tmp/install_rust.sh -y