Files
omarchy/bin/omarchy-install-geforce-now
2026-01-31 12:35:35 +01:00

13 lines
224 B
Bash
Executable File

#!/bin/bash
# Install and launch Geforce Now.
set -e
omarchy-pkg-add flatpak
cd /tmp
curl -LO https://international.download.nvidia.com/GFNLinux/GeForceNOWSetup.bin
chmod +x GeForceNOWSetup.bin
./GeForceNOWSetup.bin
cd -