pulled common upgrade parts for Mint and Ubuntu out to make install scripts not duplicate content
This commit is contained in:
5
upgrade-script-common/wol
Executable file
5
upgrade-script-common/wol
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
# ensure wol works in new systemd world
|
||||
conn=`nmcli -t -f NAME,TYPE connection show | grep ethernet | cut -f1 -d:`
|
||||
sudo nmcli c modify "$conn" 802-3-ethernet.wake-on-lan magic
|
||||
Reference in New Issue
Block a user