install: fix typo

This commit is contained in:
Aminda Suomalainen 2026-04-01 13:54:30 +03:00
parent 7198bc8017
commit 7169fbacb1
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723

View File

@ -334,7 +334,7 @@ if [ "$(id -u)" == "0" ]; then
if [ -f /usr/etc/rpm-ostreed.conf ]; then
cp -v etc/systemd/system/aminda-duperemove.service /etc/systemd/system/
cp -v etc/systemd/system/aminda-duperemove.timer /etc/systemd/system/
cp -v etc/systemd/system/aminda-duperemove.service.d/{91-fedora-atomic}.conf /etc/systemd/system/aminda-duperemove.service.d/
cp -v etc/systemd/system/aminda-duperemove.service.d/91-fedora-atomic.conf /etc/systemd/system/aminda-duperemove.service.d/
#cp -v etc/systemd/system/monthly-btrfs-balance.service.d/fedora-atomic.conf /etc/systemd/system/monthly-btrfs-balance.service.d/
fi