mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Update Drupal version in setup script to 10.4.0
This commit is contained in:
parent
7c941009d7
commit
327933617f
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ else
|
|||
echo "❌ No PHP user found"
|
||||
exit 1
|
||||
fi
|
||||
curl https://ftp.drupal.org/files/projects/drupal-10.2.6.tar.gz -Lo /tmp/drupal.tar.gz
|
||||
curl https://ftp.drupal.org/files/projects/drupal-10.4.0.tar.gz -Lo /tmp/drupal.tar.gz
|
||||
tar -xzf /tmp/drupal.tar.gz -C /tmp
|
||||
current_dir="$(pwd)"
|
||||
cd /tmp/drupal-* || exit 1
|
||||
|
|
|
|||
Loading…
Reference in a new issue