changed output

This commit is contained in:
CerberusV1
2024-10-12 15:11:08 +02:00
parent bc626eb6c4
commit dcaba60ead

View File

@@ -27,7 +27,7 @@ sleep 2
# Function to check if a program is installed
check_installed() {
if ! which "$1" > /dev/null 2>&1; then
echo "$1 will be installed..."
echo "$1 is missing"
return 1
else
echo "$1 is already installed."