2023-07-28 23:11:45 +02:00
|
|
|
#!/bin/bash
|
2023-04-27 18:12:29 +02:00
|
|
|
|
|
|
|
set -e
|
|
|
|
|
|
|
|
systemctl disable --now jupiter-biosupdate.service || echo "jupiter-biosupdate service could not be disabled"
|
|
|
|
systemctl disable --now jupiter-controller-update.service || echo "jupiter-controller-update service could not be disabled"
|
|
|
|
systemctl disable --now jupiter-fan-control.service || echo "jupiter-fan-control service could not be disabled"
|
2023-07-28 23:11:45 +02:00
|
|
|
systemctl --global disable --now sdgyrodsu.service || echo "sdgyrodsu service could not be disabled"
|
|
|
|
systemctl disable --now sdgyrodsu.service || echo "sdgyrodsu service could not be disabled"
|
|
|
|
systemctl --global disable --now jupiter-controller-update.service || echo "jupiter-controller-updatel service could not be disabled"
|
2023-09-29 13:50:29 +02:00
|
|
|
systemctl --global disable --now jupiter-fan-control.service || echo "jupiter-fan-control service could not be disabled"
|