Skip to content

Commit

Permalink
Fix service name
Browse files Browse the repository at this point in the history
  • Loading branch information
Pogogo007 authored May 22, 2024
1 parent 9e0781a commit 294df68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions profiles/pci/handhelds/profiles.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ post_install = """
echo "Ally and Legion chwd installing..."
username=$(id -nu 1000)
services=("steam-powerbuttond" "hhd@${username}")
maskservices=("jupiter-bios-update" "jupiter-controller-update")
maskservices=("jupiter-biosupdate" "jupiter-controller-update")
echo "Enabling services..."
for service in ${services[@]}; do
systemctl enable --now "${service}.service"
Expand All @@ -73,7 +73,7 @@ post_remove = """
echo "Ally and Legion chwd removing..."
username=$(id -nu 1000)
services=("steam-powerbuttond" "hhd@${username}")
maskservices=("jupiter-bios-update" "jupiter-controller-update")
maskservices=("jupiter-biosupdate" "jupiter-controller-update")
echo "Disabling services..."
for service in ${services[@]}; do
systemctl disable "${service}.service"
Expand Down

0 comments on commit 294df68

Please sign in to comment.