This commit is contained in:
RP1 2025-02-17 19:39:45 +01:00
parent dba3977308
commit 53fdfbf3ed

View file

@ -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