This commit is contained in:
pika 2025-05-16 10:17:43 +02:00
parent 43e88a3223
commit 65da0103d8

View file

@ -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.."