安装 Lando v3.25.6和drupal11
# save the script
curl -fsSL https://get.lando.dev/setup-lando.sh -o setup-lando.sh

# make it executable
chmod +x ./setup-lando.sh# get usage info
bash setup-lando.sh 

安装drupal11

# Create a new directory.
mkdir drupal11 && cd drupal11# Initialize a new Drupal 11 site.
lando init --recipe=drupal11# Start your engines.
lando start