feat(ubuntu): Install github releases dynamically
Signed-off-by: Tuan-Dat Tran <tuan-dat.tran@tudattr.dev>
This commit is contained in:
@@ -43,6 +43,7 @@ apt_dependencies:
|
||||
- xsel
|
||||
|
||||
apt_tools:
|
||||
- audacity
|
||||
- keepassxc
|
||||
- obs-studio
|
||||
- p7zip
|
||||
@@ -84,3 +85,9 @@ docker:
|
||||
apt_release_channel: "stable"
|
||||
|
||||
aarch: "{{ 'arm64' if ansible_architecture == 'aarch64' else 'amd64' }}"
|
||||
|
||||
github_releases:
|
||||
- name: lazygit
|
||||
repo: jesseduffield/lazygit
|
||||
- name: lazydocker
|
||||
repo: jesseduffield/lazydocker
|
||||
|
||||
Reference in New Issue
Block a user