mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-06 04:29:34 +02:00
Remove legacy online installer entrypoints, collapse migrations for 4.0, and move setup responsibilities into target-side system, hardware, and user commands.
7 lines
237 B
Bash
7 lines
237 B
Bash
systemctl enable bluetooth.service
|
|
|
|
# Persist last power state across reboots (default AutoEnable=true overrides it)
|
|
if [[ -f /etc/bluetooth/main.conf ]]; then
|
|
sed -i 's/^#\?AutoEnable=.*/AutoEnable=false/' /etc/bluetooth/main.conf
|
|
fi
|