wip
This commit is contained in:
parent
e1c716dd12
commit
a21f9acebc
1 changed files with 5 additions and 1 deletions
4
yazi.sh
4
yazi.sh
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue