Compare commits
2 Commits
39a2925bcd
...
ubuntu
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
27a002d608 | ||
|
|
bb8a4560e5 |
@@ -1,12 +1,12 @@
|
||||
---
|
||||
- name: Install Rust (via rustup)
|
||||
ansible.builtin.shell: set -o pipefail && yes | curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs
|
||||
ansible.builtin.shell: set -o pipefail && curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|
||||
args:
|
||||
executable: /usr/bin/bash
|
||||
creates: "{{ ansible_env.HOME }}/.cargo/bin/rustc"
|
||||
|
||||
- name: Install bininstall
|
||||
ansible.builtin.shell: set -o pipefail &&yes | curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh
|
||||
ansible.builtin.shell: set -o pipefail && curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash
|
||||
args:
|
||||
executable: /usr/bin/bash
|
||||
|
||||
@@ -14,3 +14,4 @@
|
||||
ansible.builtin.shell: set -o pipefail && yes | cargo binstall dioxus-cli
|
||||
args:
|
||||
executable: /usr/bin/bash
|
||||
ignore_errors: true
|
||||
|
||||
@@ -43,6 +43,7 @@ apt_dependencies:
|
||||
- xsel
|
||||
|
||||
apt_tools:
|
||||
- default-jdk
|
||||
- audacity
|
||||
- keepassxc
|
||||
- obs-studio
|
||||
|
||||
Reference in New Issue
Block a user