From 79642999299e4b95230c52dd729ee5c587b18d66 Mon Sep 17 00:00:00 2001 From: IceCodeNew <32576256+IceCodeNew@users.noreply.github.com> Date: Fri, 14 Aug 2020 21:20:41 +0800 Subject: [PATCH] Fix no build in jdoss/wireguard error in fedora 32 --- wireguard.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/wireguard.sh b/wireguard.sh index 4826031..e93d4c6 100644 --- a/wireguard.sh +++ b/wireguard.sh @@ -314,7 +314,6 @@ install_wg_1() { _error_detect "apt-get -y install wireguard-tools" ;; fedora) - _error_detect "dnf -y copr enable jdoss/wireguard" _error_detect "dnf -y install kernel-devel" _error_detect "dnf -y install kernel-headers" _error_detect "dnf -y install wireguard-dkms" @@ -381,7 +380,6 @@ install_wg_3() { _error_detect "apt-get -y install --no-install-recommends wireguard-tools" ;; fedora) - _error_detect "dnf -y copr enable jdoss/wireguard" _error_detect "dnf -y install wireguard-tools" ;; centos)