Skip to content

Commit 4201633

Browse files
authored
feat: add hidden ujust to install hhd main branch locally (ublue-os#1218)
* feat: add ujust to install hhd main branch locally useful for debugging and testing. * chore: add comment on what name it should be if we unhide the recipe
1 parent b3df588 commit 4201633

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

system_files/desktop/shared/usr/share/ublue-os/just/82-bazzite-apps.just

+7
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,13 @@ install-opentabletdriver:
143143
systemctl enable --user --now arch-opentabletdriver.service && \
144144
distrobox enter -n arch -- bash -c 'distrobox-export --app otd-gui'
145145

146+
# Install hhd main branch locally until reboot, helpful for hhd testing and debugging. (rename to install-hhd-dev if we unhide)
147+
_hhd-dev:
148+
#!/usr/bin/bash
149+
source /usr/lib/ujust/ujust.sh
150+
echo "Installing ${b}Handheld Daemon${n} locally until next reboot."
151+
curl -L https://raw.githubusercontent.com/hhd-dev/hhd/master/local_hhd.sh | bash
152+
146153
# Create fedora distrobox if it doesn't exist
147154
[private]
148155
distrobox-check-fedora:

0 commit comments

Comments
 (0)