From afb771e2244e6beece395312cf45dfc6fb0957aa Mon Sep 17 00:00:00 2001 From: Vladislav Nepogodin <nepogodin.vlad@gmail.com> Date: Sun, 11 Aug 2024 21:55:16 +0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20profiles:=20fix=20incorrect=20es?= =?UTF-8?q?caping=20EOF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- profiles/pci/graphic_drivers/profiles.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/profiles/pci/graphic_drivers/profiles.toml b/profiles/pci/graphic_drivers/profiles.toml index 5a286df..36ad9ee 100644 --- a/profiles/pci/graphic_drivers/profiles.toml +++ b/profiles/pci/graphic_drivers/profiles.toml @@ -76,7 +76,7 @@ EOF # without letting the dGPU fully sleep or keeping it running for long # periods of time. # See: https://gitlab.gnome.org/GNOME/mutter/-/issues/2969 - cat <<\EOF >/etc/profile.d/nvidia-rt3d-workaround.sh + cat << 'EOF' >/etc/profile.d/nvidia-rt3d-workaround.sh if [ -n "$(lspci -d "10de:*:0302")" ]; then export __EGL_VENDOR_LIBRARY_FILENAMES=/usr/share/glvnd/egl_vendor.d/50_mesa.json fi @@ -149,7 +149,7 @@ EOF # without letting the dGPU fully sleep or keeping it running for long # periods of time. # See: https://gitlab.gnome.org/GNOME/mutter/-/issues/2969 - cat <<\EOF >/etc/profile.d/nvidia-rt3d-workaround.sh + cat << 'EOF' >/etc/profile.d/nvidia-rt3d-workaround.sh if [ -n "$(lspci -d "10de:*:0302")" ]; then export __EGL_VENDOR_LIBRARY_FILENAMES=/usr/share/glvnd/egl_vendor.d/50_mesa.json fi