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
|
||||
arch)
|
||||
checkAndInstall "${generalDeps[@]}"
|
||||
checkAndInstall "${pkgArray[@]}"
|
||||
;;
|
||||
debian)
|
||||
if $trixie; then
|
||||
checkAndInstall "${generalDeps[@]}"
|
||||
checkAndInstall "${pkgArray[@]}"
|
||||
else
|
||||
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