/Network/Wifi.mdUse var to store your interface name :
ifce="wlan0"
# Autodetect
ifce="$(iwconfig 2>/dev/null|egrep -o wlan..?|head -n1)"
channel=6
iwconfig $ifce channel $channel
iwconfig $ifce mode monitor
ifconfig $ifce down
systemctl stop NetworkManager
killall wpa_supplicant
killall -KILL wpa_supplicant
airmon-ng check kill
sleep 1
git clone "https://github.com/RinCat/RTL88x2BU-Linux-Driver.git" /usr/src/rtl88x2bu-git
sed -i 's/PACKAGE_VERSION="@PKGVER@"/PACKAGE_VERSION="git"/g' /usr/src/rtl88x2bu-git/dkms.conf
dkms add -m rtl88x2bu -v git
dkms autoinstall