From bed61ac746996303d98b7061a9a31e119e153187 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sat, 1 Nov 2025 11:35:30 +0200 Subject: [PATCH] deb-update.bash: add fedora-third-party-refresh.service --- bash/deb-update.bash | 1 + 1 file changed, 1 insertion(+) diff --git a/bash/deb-update.bash b/bash/deb-update.bash index 7e99697..9a27091 100755 --- a/bash/deb-update.bash +++ b/bash/deb-update.bash @@ -33,6 +33,7 @@ fi # Enables Fedora third party repositories if not enabled, otherwise quiet. # My systems most likely have them already if hash fedora-third-party 2> /dev/null; then + systemctl enable fedora-third-party-refresh.service fedora-third-party enable # Are they enabled? fedora-third-party query