From 7169fbacb195fa059e038c3abad0156fc538ead5 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Wed, 1 Apr 2026 13:54:30 +0300 Subject: [PATCH] install: fix typo --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install b/install index 501a3b7b..dda0084e 100755 --- a/install +++ b/install @@ -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