mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Fix up the installer
This commit is contained in:
@@ -6,7 +6,14 @@ set -e
|
|||||||
|
|
||||||
omarchy-pkg-add flatpak
|
omarchy-pkg-add flatpak
|
||||||
cd /tmp
|
cd /tmp
|
||||||
|
|
||||||
|
# Download and run GeForce NOW
|
||||||
curl -LO https://international.download.nvidia.com/GFNLinux/GeForceNOWSetup.bin
|
curl -LO https://international.download.nvidia.com/GFNLinux/GeForceNOWSetup.bin
|
||||||
chmod +x GeForceNOWSetup.bin
|
chmod +x GeForceNOWSetup.bin
|
||||||
./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)"
|
||||||
|
|||||||
Reference in New Issue
Block a user