mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Add omarchy-doctor
This commit is contained in:
@@ -1,2 +1,9 @@
|
||||
# Turn on bluetooth by default
|
||||
chrootable_systemctl_enable bluetooth.service
|
||||
OMARCHY_DESCRIPTION="Enable Bluetooth Service"
|
||||
|
||||
omarchy_install() {
|
||||
chrootable_systemctl_enable bluetooth.service
|
||||
}
|
||||
|
||||
omarchy_verify() {
|
||||
systemctl is-enabled bluetooth.service >/dev/null 2>&1 || add_error "Bluetooth service not enabled"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user