mirror of
https://github.com/CerberusV1/minecraft_deploy.git
synced 2026-01-13 11:24:04 +01:00
echo
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user