This commit is contained in:
CerberusV1
2024-10-12 13:08:09 +02:00
parent 0f429f4a42
commit 9fe7cedec9

View File

@@ -20,6 +20,7 @@ EOF
# -------------------------------------------------------- # --------------------------------------------------------
# Checking Dependencies # Checking Dependencies
# -------------------------------------------------------- # --------------------------------------------------------
echo "Checking dependencies..."
# Function to check if a program is installed # Function to check if a program is installed
check_installed() { check_installed() {
if ! which "$1" > /dev/null 2>&1; then if ! which "$1" > /dev/null 2>&1; then