From a8c1ecd4fe36396b9e2cad2662288a4dfc9eaa16 Mon Sep 17 00:00:00 2001 From: Raphael <68374617+raphaelscholle@users.noreply.github.com> Date: Fri, 14 Jun 2024 00:00:34 +0200 Subject: [PATCH] Update realtek.sh --- scripts/realtek.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/realtek.sh b/scripts/realtek.sh index 57996b6..f12448d 100644 --- a/scripts/realtek.sh +++ b/scripts/realtek.sh @@ -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