Update start

This commit is contained in:
Aaron Dewes 2022-06-19 08:50:13 +02:00 committed by GitHub
parent 02034012d6
commit affb947cbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,8 +25,6 @@ if [ "${DISTRIB_ID}"="Ubuntu" ] && [ "${DISTRIB_RELEASE}"="20.04" ]; then
exit 1
fi
exit 1
check_dependencies () {
for cmd in "$@"; do
if ! command -v $cmd >/dev/null 2>&1; then