fixing errors
This commit is contained in:
parent
a3fe94d7dc
commit
bed7e73281
1 changed files with 2 additions and 0 deletions
|
@ -267,10 +267,12 @@ getDependencies() {
|
||||||
|
|
||||||
case "$distro" in
|
case "$distro" in
|
||||||
arch)
|
arch)
|
||||||
|
checkAndInstall "${generalDeps[@]}"
|
||||||
checkAndInstall "${pkgArray[@]}"
|
checkAndInstall "${pkgArray[@]}"
|
||||||
;;
|
;;
|
||||||
debian)
|
debian)
|
||||||
if $trixie; then
|
if $trixie; then
|
||||||
|
checkAndInstall "${generalDeps[@]}"
|
||||||
checkAndInstall "${pkgArray[@]}"
|
checkAndInstall "${pkgArray[@]}"
|
||||||
else
|
else
|
||||||
echo_error "Your current distro of debian is not sufficient, you have to have trixie (13) installed"
|
echo_error "Your current distro of debian is not sufficient, you have to have trixie (13) installed"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue