From 9a343c2fe8f242ed586f3012fee433f2f952f406 Mon Sep 17 00:00:00 2001 From: RP1 Date: Mon, 10 Mar 2025 11:05:04 +0000 Subject: [PATCH] Update ros-progs-gui.sh --- ros-progs-gui.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ros-progs-gui.sh b/ros-progs-gui.sh index f990a8d..44f87a4 100755 --- a/ros-progs-gui.sh +++ b/ros-progs-gui.sh @@ -164,7 +164,7 @@ if [[ $user_choice = *"Steam Launcher"* ]]; then sudo pacman -S steam-native-runtime --noconfirm sudo chmod +x update-proton-ge ./update-proton-ge - echo "GSK_RENDERER=gl" | sudo tee -a /etc/environment + #echo "GSK_RENDERER=gl" | sudo tee -a /etc/environment sudo rm /usr/share/applications/steam-native.desktop echo ${bold}${yellow}Steam + Latest ProtonGE ${normal}installed.