mirror of
https://github.com/teddysun/across.git
synced 2025-04-22 20:09:32 +08:00
Fix no build in jdoss/wireguard error in fedora 32
This commit is contained in:
parent
b47964ff95
commit
7964299929
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user