wip
This commit is contained in:
parent
cdd601b34b
commit
62f13c508c
1 changed files with 7 additions and 0 deletions
|
@ -54,6 +54,13 @@ checkComp() {
|
|||
echo_error "Your distro $distro is not compatible with this script"
|
||||
return 69
|
||||
fi
|
||||
|
||||
if $debian; then
|
||||
if ! $trixie; then
|
||||
echo_error "Your debian version is not compatible with this script"
|
||||
return 69
|
||||
fi
|
||||
fi
|
||||
}
|
||||
|
||||
getDependencies() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue