fix(bootstrap): remove bluetooth service enabling
Bluetooth does not for now work reliably on my machines.
This commit is contained in:
@@ -166,7 +166,6 @@ sudo systemctl enable sddm
|
|||||||
# =============================================================================
|
# =============================================================================
|
||||||
|
|
||||||
log "Enabling system services"
|
log "Enabling system services"
|
||||||
sudo systemctl enable bluetooth
|
|
||||||
sudo systemctl enable docker
|
sudo systemctl enable docker
|
||||||
sudo usermod -aG docker "$USER"
|
sudo usermod -aG docker "$USER"
|
||||||
sudo systemctl enable earlyoom 2>/dev/null || true
|
sudo systemctl enable earlyoom 2>/dev/null || true
|
||||||
|
|||||||
Reference in New Issue
Block a user