install: fix duplicate enabling

This commit is contained in:
Aminda Suomalainen 2025-10-01 10:26:21 +03:00
parent ad575b50a8
commit f20f7fd019
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723

View File

@ -235,7 +235,7 @@ if [ "$(id -u)" == "0" ]; then
fi fi
if [ -f /usr/etc/rpm-ostreed.conf ]; then 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
fi fi