From 38ef4ac9bf5bf9208f9868066d3c52ca8390e2ce Mon Sep 17 00:00:00 2001 From: Eduard Tolosa Date: Wed, 11 Mar 2020 22:13:25 -0500 Subject: [PATCH] Update --- system-bin/upnet | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/system-bin/upnet b/system-bin/upnet index 5b448c0..4fd7d4c 100755 --- a/system-bin/upnet +++ b/system-bin/upnet @@ -12,9 +12,9 @@ if command -v setpci >/dev/null; then if setpci -s 00:1c.5 0x50.B=0x40 >/dev/null; then sleep 2 modprobe rtwpci - sleep 2 - # Uncomment the next line and change it to match your network services and init in use. - # systemctl restart iwd systemd-networkd systemd-resolved + # Uncomment the next two lines and change it to match your network services and init in use. + # sleep 2 + # systemctl restart iwd systemd-networkd systemd-resolved echo "ASPM configurations applied. Restart your network services if you haven't set them in the script." else echo "An unknown error has occurred. Reboot and try again."