Added check for commands to all scripts

This commit is contained in:
Tobias Genannt
2023-03-15 13:01:07 +01:00
parent 4bad061bc4
commit 4ce89f9209
3 changed files with 15 additions and 7 deletions

View File

@@ -1,5 +1,9 @@
#!/bin/bash
# Builds the latest released version
# Check if we have everything needed for the build
source ./build-functions/check-commands.sh
source ./build-functions/gh-functions.sh
echo "▶️ $0 $*"