missing /bin for wivrn in launch script

Thanks Jayden!
This commit is contained in:
Kitlith 2025-06-03 00:45:53 -07:00
parent 7db85cf056
commit 3aaaf07ff0

View file

@ -66,7 +66,7 @@ ping -c1 8.8.8.8
# launch monado or wivrn # launch monado or wivrn
# path/to/vr-multiarch-build/prefixes/monado-aarch64/bin/monado-service # path/to/vr-multiarch-build/prefixes/monado-aarch64/bin/monado-service
# dbus-launch path/to/vr-multiarch-build/prefixes/wivrn-aarch64/wivrn-server --no-publish-service --no-manage-active-runtime # dbus-launch path/to/vr-multiarch-build/prefixes/wivrn-aarch64/bin/wivrn-server --no-publish-service --no-manage-active-runtime
``` ```
For ease, going forward, I will assume that this script is located within the home directory, named `launch_monado.sh`, and has the executable bit set. For ease, going forward, I will assume that this script is located within the home directory, named `launch_monado.sh`, and has the executable bit set.