mirror of
https://github.com/edu4rdshl/linuxscripts.git
synced 2026-07-18 07:34:45 +00:00
Comment line.
This commit is contained in:
parent
d4db6a112f
commit
4e51035118
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ fi
|
||||||
if command -v setpci >/dev/null; then
|
if command -v setpci >/dev/null; then
|
||||||
if setpci -s 00:1c.5 0x50.B=0x40 && modprobe rtwpci; then
|
if setpci -s 00:1c.5 0x50.B=0x40 && modprobe rtwpci; then
|
||||||
# Uncomment the next line and change it to match your network services and init in use.
|
# Uncomment the next line and change it to match your network services and init in use.
|
||||||
systemctl restart iwd systemd-networkd systemd-resolved
|
# systemctl restart iwd systemd-networkd systemd-resolved
|
||||||
echo "ASPM configurations applied. Restart your network services if you haven't set them in the script."
|
echo "ASPM configurations applied. Restart your network services if you haven't set them in the script."
|
||||||
else
|
else
|
||||||
echo "An unknown error has occurred. Reboot and try again."
|
echo "An unknown error has occurred. Reboot and try again."
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue