Install rustup on ubuntu
This commit is contained in:
@@ -306,7 +306,7 @@ packages:
|
||||
ubuntu: []
|
||||
archlinux: []
|
||||
rust:
|
||||
ubuntu: ["rustc", "cargo"]
|
||||
ubuntu: []
|
||||
archlinux: ["rustup"]
|
||||
musescore:
|
||||
ubuntu: ["musescore3"]
|
||||
|
||||
8
user.yml
8
user.yml
@@ -365,6 +365,14 @@
|
||||
tags: [update]
|
||||
tags: [vim-plugins]
|
||||
|
||||
- block:
|
||||
- name: install rustup on ubuntu
|
||||
shell: curl https://sh.rustup.rs -sSf | sh -s -- -y --no-modify-path
|
||||
args:
|
||||
creates: ~/.cargo/bin/rustup
|
||||
when: distro == 'ubuntu'
|
||||
tags: [rust]
|
||||
|
||||
- block:
|
||||
- name: create firefox directories
|
||||
firefox_profile:
|
||||
|
||||
Reference in New Issue
Block a user