fix(deck): Correct scx service on Galileo

This commit is contained in:
Kyle Gospodnetich 2024-08-08 14:12:38 -07:00
parent 93027552d5
commit a89ba8bccf

View File

@ -167,9 +167,9 @@ if [[ $IMAGE_NAME =~ "deck" || $IMAGE_NAME =~ "ally" ]]; then
echo "Jupiter with 32GB RAM detected, disabling BIOS updates..." echo "Jupiter with 32GB RAM detected, disabling BIOS updates..."
systemctl disable --now jupiter-biosupdate.service systemctl disable --now jupiter-biosupdate.service
fi fi
fi
systemctl enable --now scx.service systemctl enable --now scx.service
fi
systemctl enable --now jupiter-fan-control.service systemctl enable --now jupiter-fan-control.service
systemctl enable --now vpower.service systemctl enable --now vpower.service