wip
This commit is contained in:
parent
7e43159da7
commit
bd77fdcc51
1 changed files with 1 additions and 13 deletions
14
yazi.sh
14
yazi.sh
|
@ -105,18 +105,6 @@
|
|||
esac
|
||||
}
|
||||
|
||||
checkDependencies() {
|
||||
local deps=(
|
||||
ffmpeg
|
||||
make
|
||||
gcc
|
||||
7zip
|
||||
poppler
|
||||
)
|
||||
|
||||
checkAndInstall "${deps[@]}"
|
||||
}
|
||||
|
||||
evalCargo() {
|
||||
if [ -e "$HOME/.cargo/env" ]; then
|
||||
echo_note "Using $HOME/.cargo/env.."
|
||||
|
@ -164,7 +152,7 @@
|
|||
if $arch; then
|
||||
_install yazi
|
||||
elif ! $opensuse; then
|
||||
if checkDependencies; then
|
||||
if getDependencies; then
|
||||
i_yazi &&
|
||||
c_yazi
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue