File tree 1 file changed +12
-0
lines changed
system_files/deck/shared/usr/share/ublue-os/just
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -106,6 +106,18 @@ get-simpledeckytdp:
106
106
echo ' Please install Decky Loader by running ujust get-decky first.'
107
107
fi
108
108
109
+ # Install HHD Decky Plugin for controlling input on the Lenovo Legion Go and ASUS Ally
110
+ get-hhd-decky :
111
+ #!/ usr/ bin/ bash
112
+ if [[ -d $HOME/ homebrew/ plugins ]]; then
113
+ sudo rm -rf $HOME/ homebrew/ plugins/ hhd-decky
114
+ curl -L $(curl -s https:// api.github.com/ repos/ hhd-dev/ hhd-decky/ releases/ latest | grep " browser_download_url" | cut -d ' "' -f 4 ) -o / tmp/ hhd-decky.tar.gz
115
+ sudo tar -xzf / tmp/ hhd-decky.tar.gz -C $HOME/ homebrew/ plugins
116
+ rm / tmp/ hhd-decky.tar.gz
117
+ else
118
+ echo ' Please install Decky Loader by running ujust get-decky first.'
119
+ fi
120
+
109
121
# Install EmuDeck (https://www.emudeck.com/)
110
122
get-emudeck :
111
123
#!/ usr/ bin/ bash
You can’t perform that action at this time.
0 commit comments