Compare commits
5 Commits
4f3d6ca96f
...
a67d23f6cf
Author | SHA1 | Date | |
---|---|---|---|
a67d23f6cf | |||
aef1d2d10f | |||
6f24ce861c | |||
720e2a2ad3 | |||
eb593f4df7 |
@@ -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
|
@@ -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"
|
||||
|
Reference in New Issue
Block a user