From f20f7fd019de68967b09ccf32d992df85830af27 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Wed, 1 Oct 2025 10:26:21 +0300 Subject: [PATCH] install: fix duplicate enabling --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install b/install index 441e3232..bbcab21b 100755 --- a/install +++ b/install @@ -235,7 +235,7 @@ if [ "$(id -u)" == "0" ]; then fi if [ -f /usr/etc/rpm-ostreed.conf ]; then - (systemctl enable {aminda-duperemove,aminda-nocron-reboot,aminda-nocron-rebootish,flatpak-update,monthly-btrfs-balance,sysctl-p--system}.timer &) + (systemctl enable {aminda-duperemove,monthly-btrfs-balance}.timer &) fi fi