From eb593f4df78b4e274c0222bb53eab8a6a6ba6485 Mon Sep 17 00:00:00 2001 From: mollusk Date: Thu, 30 Apr 2020 10:51:45 -0700 Subject: [PATCH] rtlwifi-setup.sh: use newer repo --- rtlwifi-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtlwifi-setup.sh b/rtlwifi-setup.sh index ba7a30a..a3f4c85 100755 --- a/rtlwifi-setup.sh +++ b/rtlwifi-setup.sh @@ -2,7 +2,7 @@ pkgname="master" -pkgurl="https://github.com/cilynx/rtl88x2BU_WiFi_linux_v5.3.1_27678.20180430_COEX20180427-5959/archive/${pkgname}.zip" +pkgurl="git@github.com:cilynx/rtl88x2bu/${pkgname}.zip" installcmd="dnf install" installcmdextra="dnf group install" pkgdeps="wget unzip dnsmasq hostapd bc dkms kernel-headers rsync"