mirror of
https://github.com/CerberusV1/minecraft_deploy.git
synced 2026-01-13 11:24:04 +01:00
changed output
This commit is contained in:
@@ -27,7 +27,7 @@ sleep 2
|
|||||||
# 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
|
||||||
echo "$1 will be installed..."
|
echo "$1 is missing"
|
||||||
return 1
|
return 1
|
||||||
else
|
else
|
||||||
echo "$1 is already installed."
|
echo "$1 is already installed."
|
||||||
|
|||||||
Reference in New Issue
Block a user