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