Restore the browser, gaming, development, and Windows VM menus
This commit is contained in:
Executable
+14
@@ -0,0 +1,14 @@
|
||||
#!/bin/bash
|
||||
|
||||
# blob:summary=Remove the GeForce NOW Flatpak app and its data.
|
||||
# blob:group=remove
|
||||
# blob:name=gaming geforce-now
|
||||
|
||||
set -e
|
||||
|
||||
if blob-cmd-present flatpak && flatpak info com.nvidia.geforcenow &>/dev/null; then
|
||||
flatpak uninstall -y --delete-data com.nvidia.geforcenow
|
||||
fi
|
||||
|
||||
echo ""
|
||||
echo "GeForce NOW removed."
|
||||
Reference in New Issue
Block a user