This commit is contained in:
pika 2025-05-18 17:27:13 +02:00
parent e1c716dd12
commit a21f9acebc

View file

@ -69,6 +69,8 @@
7zip 7zip
poppler poppler
) )
checkAndInstall "${deps[@]}"
} }
evalCargo() { evalCargo() {
@ -122,7 +124,9 @@
if $arch; then if $arch; then
_install yazi _install yazi
elif ! $opensuse; then elif ! $opensuse; then
i_yazi if checkDependencies; then
i_yazi
fi
else else
echo_warning "$distro is not compatible with this script" echo_warning "$distro is not compatible with this script"
fi fi