From 74c972fa3740847d38ff627ebcbfc646acbba0e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B4=BE=E5=8D=A1=20=28pi-cla=29?= Date: Sun, 26 May 2024 18:14:09 -0600 Subject: [PATCH] Fix openSUSE Vulkan package name (#12301) Release Notes: - N/A --- script/linux | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/linux b/script/linux index d5edc5b601..6cae39c088 100755 --- a/script/linux +++ b/script/linux @@ -58,7 +58,7 @@ if [[ -n $dnf ]]; then exit 0 fi -# openSuse +# openSUSE # https://software.opensuse.org/ zyp=$(command -v zypper || true) if [[ -n $zyp ]]; then @@ -69,7 +69,7 @@ if [[ -n $zyp ]]; then libxkbcommon-x11-devel openssl-devel libzstd-devel - vulkan-loader + libvulkan1 ) $maysudo "$zyp" install -y "${deps[@]}" exit 0