pulled common upgrade parts for Mint and Ubuntu out to make install scripts not duplicate content

This commit is contained in:
2025-08-16 10:54:36 +10:00
parent ff705095dc
commit 1eb28f6975
4 changed files with 50 additions and 0 deletions

5
upgrade-script-common/wol Executable file
View 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