Fix openSUSE Vulkan package name (#12301)

Release Notes:

- N/A
This commit is contained in:
派卡 (pi-cla) 2024-05-26 18:14:09 -06:00 committed by GitHub
parent a84344a82e
commit 74c972fa37
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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