From 122a89c02b4aa3aadd399cb5cb0ec9e7ba12584a Mon Sep 17 00:00:00 2001 From: Abdul Latif <55663276+orchard0@users.noreply.github.com> Date: Thu, 5 Jun 2025 13:28:19 +0100 Subject: [PATCH] [misc] remove error causing dnf config-manager add (#3925) --- release_files/install.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/release_files/install.sh b/release_files/install.sh index da5c613d5..0f63529ea 100755 --- a/release_files/install.sh +++ b/release_files/install.sh @@ -262,13 +262,6 @@ install_netbird() { ;; dnf) add_rpm_repo - ${SUDO} dnf -y install dnf-plugin-config-manager - if [[ "$(dnf --version | head -n1 | cut -d. -f1)" > "4" ]]; - then - ${SUDO} dnf config-manager addrepo --from-repofile=/etc/yum.repos.d/netbird.repo - else - ${SUDO} dnf config-manager --add-repo /etc/yum.repos.d/netbird.repo - fi ${SUDO} dnf -y install netbird if ! $SKIP_UI_APP; then