Skip to content

Commit

Permalink
Update realtek.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Aug 13, 2024
1 parent 1611340 commit 0b9556a
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 @@ -144,7 +144,7 @@ function fetch_rtl8812eu_driver() {

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

pushd rtl88x2eu
Expand Down

0 comments on commit 0b9556a

Please sign in to comment.