testing
This commit is contained in:
parent
1892a2216f
commit
cbaa9a923f
1 changed files with 3 additions and 3 deletions
6
yazi.sh
6
yazi.sh
|
@ -73,12 +73,12 @@
|
||||||
|
|
||||||
case "$distro" in
|
case "$distro" in
|
||||||
debian | ubuntu | arch | fedora | alpine | opensuse)
|
debian | ubuntu | arch | fedora | alpine | opensuse)
|
||||||
check-and-install "${generalDeps[@]}"
|
check-and-install ${generalDeps[@]}
|
||||||
check-and-install "${pkgArray[@]}"
|
check-and-install ${pkgArray[@]}
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo-error "There are no dependencies to install for $distro"
|
echo-error "There are no dependencies to install for $distro"
|
||||||
return 69
|
return 0
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue