Update install.sh
This commit is contained in:
parent
4d2f13c767
commit
a28647767b
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue