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 Heroic Games Launcher (Epic, GOG, Amazon Prime Gaming) with graphics drivers.
|
||||
# blob:requires-sudo=true
|
||||
|
||||
set -e
|
||||
|
||||
echo "Installing Heroic Games Launcher..."
|
||||
blob-pkg-add heroic-games-launcher-bin
|
||||
blob-install-gaming-gpu-lib32
|
||||
|
||||
setsid uwsm-app -- gtk-launch heroic >/dev/null 2>&1 &
|
||||
Reference in New Issue
Block a user