diff --git a/composer.json b/composer.json index 4a5b929..9ca3a2c 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "type": "project", "license": "GPL-2.0+", "require": { - "ymcatwincities/openy": "^9.2", + "ymcatwincities/openy": "dev-9.x-2.x-drupal_core9.2", "cweagans/composer-patches": "~1.0" }, "require-dev": { diff --git a/scripts/openyonclickinstall.sh b/scripts/openyonclickinstall.sh index fa209b6..ed8e6aa 100644 --- a/scripts/openyonclickinstall.sh +++ b/scripts/openyonclickinstall.sh @@ -82,7 +82,7 @@ sudo mv /var/www/html /var/www/html.bak || true #COMPOSER_MEMORY_LIMIT=-1 composer self-update COMPOSER_MEMORY_LIMIT=-1 composer global require zaporylie/composer-drupal-optimizations -COMPOSER_MEMORY_LIMIT=-1 composer create-project ymcatwincities/openy-project:9.2.x-dev /var/www/html --no-interaction -v --profile +COMPOSER_MEMORY_LIMIT=-1 composer create-project ymcatwincities/openy-project:dev-9.2.x-core920 /var/www/html --no-interaction -v --profile cd /var/www/html/ IP="$(ip addr show dev eth0 | grep 'state UP' -A2 | tail -n1 | awk '{print $2}' | cut -f1 -d'/')"