Restore the browser, gaming, development, and Windows VM menus
This commit is contained in:
Executable
+12
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
# blob:summary=Install Xbox Cloud Gaming as a web app and launch it.
|
||||
# blob:group=install
|
||||
# blob:name=gaming xbox-cloud
|
||||
|
||||
set -e
|
||||
|
||||
echo "Installing Xbox Cloud Gaming..."
|
||||
blob-webapp-install "Xbox Cloud Gaming" "https://www.xbox.com/en-US/play" "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/xbox.png"
|
||||
|
||||
setsid blob-launch-webapp "https://www.xbox.com/en-US/play" >/dev/null 2>&1 &
|
||||
Reference in New Issue
Block a user