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