Give in and install zoom
But use it through firejail. Doesn't have cam support yet, but I can fix that later
This commit is contained in:
parent
bc25f34e8e
commit
a50a8d5385
2 changed files with 11 additions and 0 deletions
|
@ -50,3 +50,13 @@
|
|||
mode: 0644
|
||||
owner: root
|
||||
group: root
|
||||
|
||||
- name: Install Zoom
|
||||
aur:
|
||||
name: "{{ item }}"
|
||||
become: true
|
||||
become_user: aur_builder
|
||||
when: item not in installed_packages.stdout_lines
|
||||
loop:
|
||||
- zoom
|
||||
- zoom-firejail
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
become_user: aur_builder
|
||||
when: item not in installed_packages.stdout_lines
|
||||
loop:
|
||||
- firejail
|
||||
- keepassxc
|
||||
- qomui
|
||||
- wireguard-tools
|
||||
|
|
Loading…
Reference in a new issue