mirror of
https://codeberg.org/ProgramSnail/config.git
synced 2026-01-05 23:08:15 +00:00
quickshell installs fix
This commit is contained in:
parent
28a5aa09af
commit
4293f662e7
1 changed files with 0 additions and 1 deletions
|
|
@ -61,7 +61,6 @@
|
|||
- name: Installing dgop (sensors data utility) {{ dgop_version.tag }}
|
||||
become: true
|
||||
ansible.builtin.get_url:
|
||||
remote_src: true
|
||||
url: "https://github.com/AvengeMedia/dgop/releases/download/{{ dgop_version.tag }}/dgop-{{ dgop_version.tag }}-linux-amd64"
|
||||
dest: "/usr/bin/dgop" # TODO: user local install (?)
|
||||
mode: a+x
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue