steamdeck-jupiter-driver/debian/postinst
Ward Nakchbandi (Cosmic Fusion) acc47c9453 update to lunar and git
2023-04-27 19:12:29 +03:00

8 lines
359 B
Bash
Executable File

#!/bin/sh
set -e
systemctl enable --now jupiter-biosupdate.service || echo "jupiter-biosupdate service could not be enabled"
systemctl enable --now jupiter-controller-update.service || echo "jupiter-controller-update service could not be enabled"
systemctl enable --now jupiter-fan-control.service || echo "jupiter-fan-control service could not be enabled"