asd
This commit is contained in:
parent
dba3977308
commit
53fdfbf3ed
1 changed files with 1 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue