Vulkan-radeon package copied to the line after the Steam package.

This commit is contained in:
DanyHolder 2025-02-17 13:10:33 +00:00
parent d218053c84
commit eca4178505

View file

@ -85,7 +85,6 @@ user_choice=$(zenity --list --checklist --width='1000' --height='1000' \
FALSE "Vibrant - Szín szaturáció beállító program" \ FALSE "Vibrant - Szín szaturáció beállító program" \
FALSE "Vivaldi - webböngésző" \ FALSE "Vivaldi - webböngésző" \
FALSE "VLC - médialejátszó" \ FALSE "VLC - médialejátszó" \
FALSE "Vulkan-radeon - Ha nem mennek a jatekok AMD kartyaval tedd ezt fel!" \
FALSE "Windows 11 Telepítő - Csak Profiknak!" \ FALSE "Windows 11 Telepítő - Csak Profiknak!" \
FALSE "Xfburn - CD/DVD író program" \ FALSE "Xfburn - CD/DVD író program" \
FALSE "XPadNeo - XBox Controller Support" \ FALSE "XPadNeo - XBox Controller Support" \
@ -158,6 +157,7 @@ if [[ $user_choice = *"Steam Launcher"* ]]; then
echo Installing ${bold}${yellow}Steam Launcher${normal} echo Installing ${bold}${yellow}Steam Launcher${normal}
sudo pacman -S steam-native-runtime --noconfirm sudo pacman -S steam-native-runtime --noconfirm
sudo pacman -S vulkan-radeon lib32-vulkan-radeon --noconfirm
sudo chmod +x update-proton-ge sudo chmod +x update-proton-ge
./update-proton-ge ./update-proton-ge
echo "GSK_RENDERER=gl" | sudo tee -a /etc/environment echo "GSK_RENDERER=gl" | sudo tee -a /etc/environment
@ -513,18 +513,6 @@ if [[ $user_choice = *"VLC - médialejátszó"* ]]; then
echo echo
fi fi
if [[ $user_choice = *"Vulkan-radeon - Ha nem mennek a jatekok AMD kartyaval tedd ezt fel!"* ]]; then
echo
echo ---------------------------------------------
echo Installing ${bold}${yellow}Vulkan Radeon${normal}
sudo pacman -S vulkan-radeon lib32-vulkan-radeon --noconfirm
echo ${bold}${yellow}Vulkan Radeon ${normal}installed.
echo ---------------------------------------------
echo
fi
if [[ $user_choice = *"QBittorrent - torrent kliens"* ]]; then if [[ $user_choice = *"QBittorrent - torrent kliens"* ]]; then
echo echo
echo --------------------------------------------- echo ---------------------------------------------