Correct cd location
This commit is contained in:
parent
0bef01eb85
commit
949c2ddb5a
1 changed files with 1 additions and 1 deletions
|
|
@ -256,7 +256,7 @@ composer create-project drupal/recommended-project $WEBSITENAME
|
|||
|
||||
echo -e "${GREEN}Installing WissKI with some modules (you have to activate them later).${NC}"
|
||||
sleep 1
|
||||
cd $WEBSITENAME
|
||||
cd /var/www/html/$WEBSITENAME
|
||||
composer require drupal/colorbox drupal/devel drush/drush drupal/imagemagick drupal/inline_entity_form:^1.0@RC drupal/wisski:^3.0@RC
|
||||
cd web/modules/contrib/wisski
|
||||
composer update
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue