diff --git a/assets/deploy-drupal.sh b/assets/deploy-drupal.sh index fd845c3..6bfe2c1 100755 --- a/assets/deploy-drupal.sh +++ b/assets/deploy-drupal.sh @@ -6,7 +6,7 @@ cd ./public_html echo "" echo "Pulling down latest code." git pull --ff-only origin prod -git submodule update --remote --recursive +git submodule update --init --remote --recursive echo "" echo "Clearing drush caches." drush cache-clear drush diff --git a/bin/lemp.sh b/bin/lemp.sh index 4b12483..f3b53e5 100755 --- a/bin/lemp.sh +++ b/bin/lemp.sh @@ -58,7 +58,7 @@ sleep 3 # apt-get --yes install php7.4-fpm php7.4-mysql php7.4-opcache php7.4-curl php7.4-mbstring php7.4-zip php7.4-xml php7.4-gd php-memcached php7.4-imagick php7.4-apcu # php7.4-mcrypt ?? -apt-get --yes install php8.1-fpm php8.1-mysql php8.1-opcache php8.1-curl php8.1-mbstring php8.1-zip php8.1-xml php8.1-gd php-memcached php8.1-imagick php8.1-apcu php8.1-redis php8.1-bz2 php8.1-bcmath +apt-get --yes install php8.1-fpm php8.1-mysql php8.1-opcache php8.1-curl php8.1-mbstring php8.1-zip php8.1-xml php8.1-gd php8.1-memcached php8.1-imagick php8.1-apcu php8.1-redis php8.1-bz2 php8.1-bcmath # apt-get --yes install php8.2-fpm php8.2-mysql php8.2-opcache php8.2-curl php8.2-mbstring php8.2-zip php8.2-xml php8.2-gd php-memcached php8.2-imagick php8.2-apcu php8.2-redis php8.2-bz2 php8.2-bcmath