Skip to content

Commit

Permalink
Update install-driver.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Dec 31, 2023
1 parent 7a80805 commit e94e4a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-driver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ SCRIPT_VERSION="20231115"
MODULE_NAME="8852bu_ohd"

DRV_NAME="rtl8852bu"
DRV_VERSION=$(grep "^#define DRIVERVERSION" "$file_path" | awk '{print $3}' | tr -d '"')
DRV_VERSION=$(grep "^#define DRIVERVERSION" "include/rtw_version.h" | awk '{print $3}' | tr -d '"')
echo $DRV_VERSION
DRV_DIR="$(pwd)"

Expand Down

0 comments on commit e94e4a1

Please sign in to comment.