Update install.sh

This commit is contained in:
Bozhidar Slaveykov 2023-11-23 20:41:32 +02:00
parent 4d2f13c767
commit a28647767b

View file

@ -10,6 +10,7 @@ DEPENDENCIES_LIST=(
"curl"
"wget"
"git"
"nginx"
"nodejs"
"npm"
"unzip"
@ -27,3 +28,5 @@ for DEPENDENCY in "${DEPENDENCIES_LIST[@]}"; do
echo "Dependency $DEPENDENCY is installed."
fi
done
php -v