From 161fa3f313bf28bea621827358ed500c8d66b5c3 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 31 Jan 2026 14:37:16 +0100 Subject: [PATCH] Fix up the installer --- bin/omarchy-install-geforce-now | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/bin/omarchy-install-geforce-now b/bin/omarchy-install-geforce-now index 3d545b35..67c511ba 100755 --- a/bin/omarchy-install-geforce-now +++ b/bin/omarchy-install-geforce-now @@ -6,7 +6,14 @@ set -e omarchy-pkg-add flatpak cd /tmp + +# Download and run GeForce NOW curl -LO https://international.download.nvidia.com/GFNLinux/GeForceNOWSetup.bin chmod +x GeForceNOWSetup.bin ./GeForceNOWSetup.bin -cd - + +# Seems like some computers get stuck with geforce settings after install that blocks startup +pkill -9 -f geforce && pkill -9 -f GeForce +rm -rf .var/app/com.nvidia.geforcenow* + +notify-send "󰢹 NVIDIA GeForce NOW" "Start it from the app launcher (Super + Space)"