mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-10-05 13:07:21 +02:00
install: fix duplicate enabling
This commit is contained in:
parent
ad575b50a8
commit
f20f7fd019
2
install
2
install
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user