mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-26 09:35:24 +00:00
chore: Link to documentation in waydroid-launcher
This commit is contained in:
parent
9a80d87fc4
commit
cf8b8818dd
@ -14,9 +14,9 @@ if [ "$(systemctl is-active waydroid-container.service)" == 'active' ]; then
|
||||
pkexec /usr/libexec/waydroid-container-stop
|
||||
fi
|
||||
|
||||
# Check if Waydroid is initialized, initialize if not
|
||||
# Check if Waydroid is initialized, send user to the docs
|
||||
if grep -qz 'not initialized' <<< $(/usr/bin/waydroid status); then
|
||||
/usr/bin/ujust init-waydroid
|
||||
xdg-open "https://universal-blue.discourse.group/docs?topic=32"
|
||||
fi
|
||||
|
||||
launch_waydroid() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user