Install rustup on ubuntu
This commit is contained in:
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