diff --git a/examples/drupal/setup-linux.sh b/examples/drupal/setup-linux.sh index 4d9a23265..884a63431 100755 --- a/examples/drupal/setup-linux.sh +++ b/examples/drupal/setup-linux.sh @@ -13,8 +13,8 @@ else echo "❌ No PHP user found" exit 1 fi -curl https://releases.mattermost.com/7.2.0/mattermost-7.2.0-linux-amd64.tar.gz -Lo /tmp/mattermost.tar.gz -tar -xzf /tmp/mattermost.tar.gz -C /tmp +curl https://www.drupal.org/download-latest/tar.gz -Lo /tmp/drupal.tar.gz +tar -xzf /tmp/drupal.tar.gz -C /tmp cd /tmp/drupal-* cp -r * /opt/bunkerweb/www chown -R $user:nginx /opt/bunkerweb/www