add flatpak repo
This commit is contained in:
parent
6d36d6f88c
commit
01a8124019
11
kodi.yml
11
kodi.yml
@ -27,12 +27,18 @@
|
|||||||
- android-tools-fastboot
|
- android-tools-fastboot
|
||||||
- android-tools-mkbootimg
|
- android-tools-mkbootimg
|
||||||
# kodi and desktop specific
|
# kodi and desktop specific
|
||||||
- flatpak
|
|
||||||
- mate-desktop-environment-core
|
- mate-desktop-environment-core
|
||||||
- lightdm
|
- lightdm
|
||||||
update_cache: yes
|
update_cache: yes
|
||||||
install_recommends: no
|
install_recommends: no
|
||||||
|
|
||||||
|
- name: Install Flatpak
|
||||||
|
apt:
|
||||||
|
name:
|
||||||
|
- flatpak
|
||||||
|
notify:
|
||||||
|
- add flatpak flatpub repo
|
||||||
|
|
||||||
- name: Install Flatpaks
|
- name: Install Flatpaks
|
||||||
community.general.flatpak:
|
community.general.flatpak:
|
||||||
name:
|
name:
|
||||||
@ -70,3 +76,6 @@
|
|||||||
name: lightdm
|
name: lightdm
|
||||||
state: restarted
|
state: restarted
|
||||||
|
|
||||||
|
- name: add flatpak flatpub repo
|
||||||
|
command: flatpak --system remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user