Skip to content

Commit

Permalink
Realtek closed their download page
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Hansson <mailto@danielhansson.nu>
  • Loading branch information
enoch85 committed May 11, 2024
1 parent 60342fa commit 1cced01
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions network/asusnuc/pn51.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,7 @@ mkdir -p "$INSTALLDIR"
print_text_in_color "$ICyan" "Checking for newer version of firmware..."
if ! curl -k -s https://www.realtek.com/en/component/zoo/category/network-interface-controllers-10-100-1000m-gigabit-ethernet-pci-express-software | grep "$RVERSION" >/dev/null
then
msg_box "It seems like there's a newer version of the Realtek Driver for the LAN network card.
Please report this to $ISSUES including this link:
https://www.realtek.com/en/component/zoo/category/network-interface-controllers-10-100-1000m-gigabit-ethernet-pci-express-software
Thanks!"
print_text_in_color "$ICyan" "Newer firmware for your Realtek card available. Please check here for upgrading: https://github.com/awesometic/realtek-r8125-dkms"
fi

# Download the driver before it's removed (no internet when it's removed)
Expand Down

0 comments on commit 1cced01

Please sign in to comment.