mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
6 lines
303 B
Bash
6 lines
303 B
Bash
echo "Fix Realtek RTL8111/8168/8211/8411 ethernet adapter support for ASUS TUF and other laptops"
|
|
|
|
# Run the hardware detection script for existing installations
|
|
if [ -f "$OMARCHY_INSTALL/config/hardware/fix-realtek-r8168.sh" ]; then
|
|
run_logged $OMARCHY_INSTALL/config/hardware/fix-realtek-r8168.sh
|
|
fi |