flathub
This commit is contained in:
parent
8fc098cfd5
commit
7a48c860e7
2 changed files with 7 additions and 0 deletions
2
roles/qubes-f41-gnome/tasks/files/etc/skel/flathub.sh
Normal file
2
roles/qubes-f41-gnome/tasks/files/etc/skel/flathub.sh
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
flatpak remote-add --if-not-exists --user flathub https://dl.flathub.org/repo/flathub.flatpakrepo
|
||||||
|
systemctl enable --user --now update-user-flatpaks.timer
|
|
@ -263,3 +263,8 @@
|
||||||
path: '/etc/polkit-1/rules.d/00-qubes-allow-all.rules'
|
path: '/etc/polkit-1/rules.d/00-qubes-allow-all.rules'
|
||||||
state: 'absent'
|
state: 'absent'
|
||||||
|
|
||||||
|
- name: Drop flathub script to homedir for any new appvms created based on this template
|
||||||
|
ansible.builtin.copy:
|
||||||
|
src: 'etc/skel/flathub.sh'
|
||||||
|
dest: '/etc/skel/flathub.sh'
|
||||||
|
mode: '0700'
|
Loading…
Add table
Add a link
Reference in a new issue