Fix ubuntu and rust extras

This commit is contained in:
Anthony Cicchetti 2021-06-19 15:01:25 -04:00
parent 9c9947bb0a
commit c5ec727836
2 changed files with 1 additions and 17 deletions

View file

@ -12,9 +12,7 @@ elif [[ $(uname) == "Linux" ]]; then
sudo zypper install -y ansible
sudo ln -sf /usr/bin/python3 /usr/bin/python
elif [[ $(command -v apt) ]]; then
sudo apt install -y ansible python3-apt
# ubuntu doesn't create a /usr/bin/python, so we have to make one ourselves
ln -sf /usr/bin/python3 /usr/bin/python
sudo apt install -y ansible python3-apt python-is-python3
elif [[ $(command -v dnf) ]]; then
sudo dnf install ansible -y
elif [[ $(command -v emerge) ]]; then

View file

@ -84,13 +84,6 @@
when:
- rust_extras == true
- name: Install blindfold
shell: ~/.cargo/bin/cargo install blindfold
args:
creates: ~/.cargo/bin/blindfold
when:
- rust_extras == true
- name: Install kondo
shell: ~/.cargo/bin/cargo install kondo
args:
@ -98,13 +91,6 @@
when:
- rust_extras == true
- name: Install silicon
shell: ~/.cargo/bin/cargo install silicon
args:
creates: ~/.cargo/bin/silicon
when:
- rust_extras == true
- name: Install zoxide
shell: ~/.cargo/bin/cargo install zoxide
args: