Compare commits

..

5 Commits

2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ withLoop(){
clear
echo
echo "Pinging: ${site}"
echo "Pinging ${site} until a connection is reached"
${pingcmd} ${site} &>/dev/null
if [ $? = "2" ];then
echo

View File

@@ -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"