2 Commits

Author SHA1 Message Date
Tuan-Dat Tran
27a002d608 fix(ubuntu): Fixed pipefile sets (wip)
Signed-off-by: Tuan-Dat Tran <tuan-dat.tran@tudattr.dev>
2025-03-16 11:16:43 +01:00
Tuan-Dat Tran
bb8a4560e5 feat(ubuntu): Added jdk)
Signed-off-by: Tuan-Dat Tran <tuan-dat.tran@tudattr.dev>
2025-02-18 08:04:49 +01:00
2 changed files with 4 additions and 2 deletions

View File

@@ -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

View File

@@ -43,6 +43,7 @@ apt_dependencies:
- xsel
apt_tools:
- default-jdk
- audacity
- keepassxc
- obs-studio