We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bf3e93 commit db32852Copy full SHA for db32852
1 file changed
piratebox/piratebox/rpi/bin/wifi_detect.sh
@@ -54,7 +54,7 @@ fi
54
DRIVER_NAME=$( ls -1 /sys/class/net/"${WIFI_DEVICE}"/device/driver/module/drivers/ )
55
56
# Check for r8188eu enabled device
57
-if echo "$DRIVER_NAME" | grep -q "r8188eu:"; then
+if echo "$DRIVER_NAME" | grep -q "r8188eu"; then
58
echo "Found r8188eu enabled device..."
59
pacman --noconfirm -U --needed "${PACKAGE_PATH}/hostapd-8188eu-"* > /dev/null
60
sed -i 's/^driver=nl80211/#driver=nl80211/' "${CONFIG_PATH}"
0 commit comments