From 53fdfbf3ed0b707e5ad852e4dbfc622f5e0e979f Mon Sep 17 00:00:00 2001 From: RP1 Date: Mon, 17 Feb 2025 19:39:45 +0100 Subject: [PATCH] asd --- ros-progs-gui.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/ros-progs-gui.sh b/ros-progs-gui.sh index ebca3ad..f840b43 100755 --- a/ros-progs-gui.sh +++ b/ros-progs-gui.sh @@ -14,10 +14,6 @@ Session= Icon=/usr/share/backgrounds/rave-pp.png SystemAccount=false" | sudo tee /var/lib/AccountsService/users/$USER 2>/dev/null -# Steam GPU Grep from Lordify - # nVidia=$(lspci -P | grep "NVIDIA" -c) - - # Zenity ablak megjelenítése user_choice=$(zenity --list --checklist --width='1000' --height='1000' \ --title="APP Telepítő Script base by Airman & RAVE (Magyarosította balage79)" \ @@ -152,7 +148,7 @@ if [[ $user_choice = *"Steam Launcher"* ]]; then echo --------------------------------------------- echo Installing ${bold}${yellow}Steam Launcher${normal} - nVidia=$(lspci -P | grep "NVIDIA" -c) + nVidia=$(lspci -P | grep "NVIDIA" -c) # Credit to Lordify if [[ $nVidia -eq 0 ]]; then sudo pacman -S vulkan-radeon lib32-vulkan-radeon --noconfirm fi