Skip to content

Instantly share code, notes, and snippets.

View adsnjhfyeqw231eas's full-sized avatar
🫡
Focusing

tridev adsnjhfyeqw231eas

🫡
Focusing
View GitHub Profile
#/usr/bin/env bash
# Install some pacakages we'll need to compile the driver below.
sudo dnf install gcc kernel-devel patch -y
# Create working dir for Broadcom driver files and patches.
mkdir hybrid_wl_f23
# Change to working dir.
cd hybrid_wl_f23