From 4caae414d5923b7344867b9d4c35c1a6f9e54fbb Mon Sep 17 00:00:00 2001 From: bunkerity Date: Wed, 17 Aug 2022 16:21:36 +0200 Subject: [PATCH] tests - fix linux/drupal --- examples/drupal/setup-linux.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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