parent
a84344a82e
commit
74c972fa37
1 changed files with 2 additions and 2 deletions
|
@ -58,7 +58,7 @@ if [[ -n $dnf ]]; then
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# openSuse
|
# openSUSE
|
||||||
# https://software.opensuse.org/
|
# https://software.opensuse.org/
|
||||||
zyp=$(command -v zypper || true)
|
zyp=$(command -v zypper || true)
|
||||||
if [[ -n $zyp ]]; then
|
if [[ -n $zyp ]]; then
|
||||||
|
@ -69,7 +69,7 @@ if [[ -n $zyp ]]; then
|
||||||
libxkbcommon-x11-devel
|
libxkbcommon-x11-devel
|
||||||
openssl-devel
|
openssl-devel
|
||||||
libzstd-devel
|
libzstd-devel
|
||||||
vulkan-loader
|
libvulkan1
|
||||||
)
|
)
|
||||||
$maysudo "$zyp" install -y "${deps[@]}"
|
$maysudo "$zyp" install -y "${deps[@]}"
|
||||||
exit 0
|
exit 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue