Removed some stuff, fixed rust install
This commit is contained in:
parent
8a6230aac7
commit
faab9065dc
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue