wip
This commit is contained in:
parent
43e88a3223
commit
65da0103d8
1 changed files with 7 additions and 0 deletions
|
@ -42,6 +42,13 @@ getImports() {
|
|||
rm "$import"
|
||||
}
|
||||
|
||||
checkComp() {
|
||||
if ! $arch && ! $debian; then
|
||||
echo_error "Your distro $distro is not compatible with this script"
|
||||
return 69
|
||||
fi
|
||||
}
|
||||
|
||||
getDependencies() {
|
||||
echo_info "Checking build dependencies.."
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue