Overdue commit
This commit is contained in:
parent
1e03c32201
commit
692269f9ff
49 changed files with 843 additions and 198 deletions
|
@ -1,11 +1,11 @@
|
|||
---
|
||||
|
||||
- name: Add streamdeck-ui deps
|
||||
apt:
|
||||
dnf:
|
||||
name:
|
||||
- libhidapi-hidraw0
|
||||
- libudev-dev
|
||||
- libusb-1.0-0-dev
|
||||
- python3-pip
|
||||
- python3-devel
|
||||
- hidapi
|
||||
state: present
|
||||
become: yes
|
||||
|
||||
|
@ -17,19 +17,16 @@
|
|||
notify: reload udev
|
||||
become: yes
|
||||
|
||||
- name: pip3 install streamdeck_ui
|
||||
- name: pip install streamdeck_ui
|
||||
pip:
|
||||
name: streamdeck_ui
|
||||
state: present
|
||||
executable: /usr/bin/pip3
|
||||
become: yes
|
||||
|
||||
- name: replace crappy panel icon
|
||||
copy:
|
||||
src: streamdeck.png
|
||||
mode: "0644"
|
||||
dest: /usr/local/lib/python3.8/dist-packages/streamdeck_ui/logo.png
|
||||
become: yes
|
||||
dest: /home/jonathan/.local/lib/python3.9/site-packages/streamdeck_ui/logo.png
|
||||
|
||||
- name: create streamdeck_ui .desktop
|
||||
copy:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue