Skip to content

Commit

Permalink
Update realtek.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Jun 13, 2024
1 parent 2f6e34b commit a8c1ecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/realtek.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ function fetch_rtl8812cu_driver() {

if [[ ! "$(ls -A rtl88x2cu)" ]]; then
echo "Download the rtl8812cu driver"
git clone ${RTL_8812BU_REPO} || exit 1
git clone ${RTL_8812CU_REPO} || exit 1
fi

pushd rtl88x2cu
Expand Down

0 comments on commit a8c1ecd

Please sign in to comment.