From 20cf364094f602362b9ceca32eb50e3db95bbee6 Mon Sep 17 00:00:00 2001 From: Robert Nasarek Date: Tue, 24 Aug 2021 14:10:18 +0200 Subject: [PATCH] change to wisski:2.x-dev@dev version --- install_wisski.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_wisski.bash b/install_wisski.bash index 603b13c..5cd9b25 100755 --- a/install_wisski.bash +++ b/install_wisski.bash @@ -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}" sleep 1 cd $WEBSITENAME -composer require drupal/colorbox drupal/devel drush/drush drupal/imagemagick drupal/inline_entity_form:^1.0@RC drupal/wisski +composer require drupal/colorbox drupal/devel drush/drush drupal/imagemagick drupal/inline_entity_form:^1.0@RC drupal/wisski:2.x-dev@dev cd web/modules/contrib/wisski composer update cd /var/www/html/$WEBSITENAME