From b3b338dd4381295a813efa7b87a743a3ff9a1299 Mon Sep 17 00:00:00 2001 From: olli Date: Tue, 12 Jul 2022 10:41:41 +0200 Subject: [PATCH] flatpak and autoupdate --- mint.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/mint.yml b/mint.yml index eb59209..b1e67c5 100644 --- a/mint.yml +++ b/mint.yml @@ -41,7 +41,31 @@ update_cache: yes install_recommends: no + - name: Install Flatpaks + community.general.flatpak: + name: + - org.signal.Signal + - com.nextcloud + - com.github.Eloston.UngoogledChromium + - com.vscodium.codium + - com.github.wwmm.pulseeffects + - org.ksnip.ksnip + - us.zoom.Zoom + - org.gnome.Evolution + - org.winehq.Wine + - com.github.tchx84.Flatseal + - name: remove dhcpcd because NetworkManager is doing the job command: systemctl disable dhcpcd args: removes: /etc/systemd/system/multi-user.target.wants/dhcpcd.service + + - name: enable Mint Autoupdate + command: systemctl enable mintupdate-automation-upgrade.timer + args: + creates: /etc/systemd/system/timers.target.wants/mintupdate-automation-upgrade.timer + + - name: enable Mint Autoupdate Cleanup + command: systemctl enable mintupdate-automation-autoremove.timer + args: + creates: /etc/systemd/system/timers.target.wants/mintupdate-automation-autoremove.timer