Skip to content

Commit

Permalink
feat(legion): Enable Steam Hardware Control when SimpleDeckyTDP is in…
Browse files Browse the repository at this point in the history
…stalled via ujust
  • Loading branch information
KyleGospo committed Jan 20, 2024
1 parent d7dfd35 commit 7827fb1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ get-simpledeckytdp:
curl -L $(curl -s https://api.github.com/repos/aarron-lee/SimpleDeckyTDP/releases/latest | grep "browser_download_url" | cut -d '"' -f 4) -o /tmp/SimpleDeckyTDP.tar.gz
sudo tar -xzf /tmp/SimpleDeckyTDP.tar.gz -C $HOME/homebrew/plugins
rm /tmp/SimpleDeckyTDP.tar.gz
sudo sed -i 's/ENABLE_HARDWARE_CONTROL_ON_NON_DECK_HARDWARE=0/ENABLE_HARDWARE_CONTROL_ON_NON_DECK_HARDWARE=1/g' /etc/default/steam-hardware-control
else
echo 'Please install Decky Loader by running ujust get-decky first.'
fi
Expand Down

0 comments on commit 7827fb1

Please sign in to comment.