]> git.ipfire.org Git - thirdparty/systemd.git/blob - tools/autosuspend-update.sh
firstboot: Update help string with --root-shell options
[thirdparty/systemd.git] / tools / autosuspend-update.sh
1 #!/bin/sh
2 set -eu
3
4 cd "$1"
5
6 (curl -L 'https://chromium.googlesource.com/chromiumos/platform2/+/master/power_manager/udev/gen_autosuspend_rules.py?format=TEXT'; echo) \
7 | base64 -d > gen_autosuspend_rules.py