Skip to content
Snippets Groups Projects
Unverified Commit cc49806e authored by Maciej Krüger's avatar Maciej Krüger
Browse files

gluon-setup-mode: add gluon-enter-setup-mode

Script to enable setup mode and reboot

Fixes #2412
parent 8e9a186e
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
set -euo pipefail
echo "Entering setup mode and rebooting..."
uci set gluon-setup-mode.@setup_mode[0].enabled='1'
uci commit gluon-setup-mode
reboot
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment