Changed WissKI Version to 3RC

This commit is contained in:
Robert Nasarek 2021-09-01 09:33:23 +02:00 committed by GitHub
parent 20cf364094
commit 3e4f98f4f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -250,7 +250,7 @@ composer create-project drupal/recommended-project $WEBSITENAME
echo -e "${GREEN}Installing WissKI with some modules (you have to activate them later).${NC}" echo -e "${GREEN}Installing WissKI with some modules (you have to activate them later).${NC}"
sleep 1 sleep 1
cd $WEBSITENAME cd $WEBSITENAME
composer require drupal/colorbox drupal/devel drush/drush drupal/imagemagick drupal/inline_entity_form:^1.0@RC drupal/wisski:2.x-dev@dev 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 cd web/modules/contrib/wisski
composer update composer update
cd /var/www/html/$WEBSITENAME cd /var/www/html/$WEBSITENAME