chore(deck): Add --now to new service/firmware/bios just commands

This commit is contained in:
Kyle Gospodnetich 2023-08-17 22:15:46 -07:00
parent c9ec92e93a
commit 01c50c41c2

View File

@ -244,18 +244,20 @@ unhide-grub:
disable-deck-services:
#!/usr/bin/env bash
sudo systemctl disable jupiter-fan-control.service
sudo systemctl disable vpower.service
sudo systemctl disable jupiter-biosupdate.service
sudo systemctl disable jupiter-controller-update.service
sudo systemctl disable --now jupiter-fan-control.service
sudo systemctl disable --now vpower.service
sudo systemctl disable --now jupiter-biosupdate.service
sudo systemctl disable --now jupiter-controller-update.service
sudo systemctl disable --now ryzenadj.service
sudo systemctl disable --now batterylimit.service
disable-bios-updates:
#!/usr/bin/env bash
sudo systemctl disable jupiter-biosupdate.service
sudo systemctl disable --now jupiter-biosupdate.service
disable-firmware-updates:
#!/usr/bin/env bash
sudo systemctl disable jupiter-controller-update.service
sudo systemctl disable --now jupiter-controller-update.service
_toggle_wayland:
#!/usr/bin/env bash