mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 20:29:24 +00:00
Add migrations to omarchy-update and use the first one to turn on bluetooth
This commit is contained in:
7
migrations/1751134568.sh
Normal file
7
migrations/1751134568.sh
Normal file
@ -0,0 +1,7 @@
|
||||
# Turn on bluetooth service so blueberry works out the box
|
||||
if systemctl is-enabled --quiet bluetooth.service && systemctl is-active --quiet bluetooth.service; then
|
||||
# Bluetooth is already enabled, nothing to change
|
||||
else
|
||||
echo "Let's turn on Bluetooth service so the controls work"
|
||||
sudo systemctl enable --now bluetooth.service
|
||||
fi
|
Reference in New Issue
Block a user