element-desktop
This commit is contained in:
parent
4e74623bc7
commit
068ec14d7d
1
mint.sh
1
mint.sh
@ -128,6 +128,7 @@ for playbook in debian.ansible.basics \
|
||||
debian.ansible.tornet.network \
|
||||
debian.ansible.vnet.network \
|
||||
debian.ansible.signal-desktop \
|
||||
debian.ansible.element-desktop \
|
||||
debian.ansible.autoupdate
|
||||
do
|
||||
sudo rm -rf ${playbook}
|
||||
|
12
mint.yml
12
mint.yml
@ -73,6 +73,11 @@
|
||||
- virtualbox-guest-additions-iso
|
||||
# screenshot
|
||||
- flameshot
|
||||
# groupware
|
||||
- evolution
|
||||
# nextcloud
|
||||
- nextcloud-desktop
|
||||
- nemo-nextcloud
|
||||
update_cache: yes
|
||||
install_recommends: no
|
||||
|
||||
@ -80,17 +85,10 @@
|
||||
community.general.flatpak:
|
||||
name:
|
||||
- org.gtk.Gtk3theme.Mint-Y-Dark
|
||||
- org.signal.Signal
|
||||
- com.nextcloud.desktopclient.nextcloud
|
||||
- com.vscodium.codium
|
||||
- org.gnome.Evolution
|
||||
- com.github.tchx84.Flatseal
|
||||
- tv.kodi.Kodi
|
||||
- im.riot.Riot
|
||||
state: present
|
||||
method: system
|
||||
|
||||
|
||||
- name: mint-config-update
|
||||
blockinfile:
|
||||
path: /etc/systemd/system/mint-config-update.service
|
||||
|
Loading…
Reference in New Issue
Block a user