mirror of
https://github.com/CerberusV1/minecraft_deploy.git
synced 2026-01-13 03:23:42 +01:00
echo
This commit is contained in:
@@ -20,6 +20,7 @@ EOF
|
||||
# --------------------------------------------------------
|
||||
# Checking Dependencies
|
||||
# --------------------------------------------------------
|
||||
echo "Checking dependencies..."
|
||||
# Function to check if a program is installed
|
||||
check_installed() {
|
||||
if ! which "$1" > /dev/null 2>&1; then
|
||||
|
||||
Reference in New Issue
Block a user