Skip to content

Commit 5134a6f

Browse files
authored
Update new.sh
1 parent 904ac17 commit 5134a6f

File tree

1 file changed

+4
-0
lines changed
  • script/frameworks/pimcore

1 file changed

+4
-0
lines changed

‎script/frameworks/pimcore/new.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ if [ -z "${APP_NAME}" ] || [ -z "${PROJECT_DIR}" ] || [ -z "${SITE_URL}" ] || \
4747
fi
4848

4949

50+
fxTitle "💿 Intalling pre-requisites..."
51+
sudo apt install php${PHP_VER}-amqp -y
52+
53+
5054
PROJECT_DIR_BACKUP=${PROJECT_DIR}
5155
CURRENT_DIR_BACKUP=$(pwd)
5256

0 commit comments

Comments
 (0)