Install rustup on ubuntu
This commit is contained in:
@@ -306,7 +306,7 @@ packages:
|
|||||||
ubuntu: []
|
ubuntu: []
|
||||||
archlinux: []
|
archlinux: []
|
||||||
rust:
|
rust:
|
||||||
ubuntu: ["rustc", "cargo"]
|
ubuntu: []
|
||||||
archlinux: ["rustup"]
|
archlinux: ["rustup"]
|
||||||
musescore:
|
musescore:
|
||||||
ubuntu: ["musescore3"]
|
ubuntu: ["musescore3"]
|
||||||
|
|||||||
8
user.yml
8
user.yml
@@ -365,6 +365,14 @@
|
|||||||
tags: [update]
|
tags: [update]
|
||||||
tags: [vim-plugins]
|
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:
|
- block:
|
||||||
- name: create firefox directories
|
- name: create firefox directories
|
||||||
firefox_profile:
|
firefox_profile:
|
||||||
|
|||||||
Reference in New Issue
Block a user