From a21f9acebcea0f0d27c27b8651240d167c4c21f1 Mon Sep 17 00:00:00 2001 From: pika Date: Sun, 18 May 2025 17:27:13 +0200 Subject: [PATCH] wip --- yazi.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/yazi.sh b/yazi.sh index 4fcefcd..d740a8c 100644 --- a/yazi.sh +++ b/yazi.sh @@ -69,6 +69,8 @@ 7zip poppler ) + + checkAndInstall "${deps[@]}" } evalCargo() { @@ -122,7 +124,9 @@ if $arch; then _install yazi elif ! $opensuse; then - i_yazi + if checkDependencies; then + i_yazi + fi else echo_warning "$distro is not compatible with this script" fi