From 4c6f8ff2e5df247ef48905761826adcdb161b9fa Mon Sep 17 00:00:00 2001 From: Tommy Date: Wed, 25 May 2022 04:22:34 -0400 Subject: [PATCH] Disable countme --- fedora/fedora.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fedora/fedora.sh b/fedora/fedora.sh index 22266a4..a2ff279 100644 --- a/fedora/fedora.sh +++ b/fedora/fedora.sh @@ -14,6 +14,8 @@ git clone https://github.com/horst3180/arc-icon-theme mv arc-icon-theme/Arc /usr/share/icons rm -rf arc-icon-theme +echo "countme=false" | sudo tee -a /etc/dnf/dnf.conf + sudo cat > /etc/systemd/user/update-user-flatpaks.service <<- 'EOF' [Unit] Description=Update user Flatpaks