Installation on mijn.host hosting
composer install
./vendor/bin/drush site:install --locale=nl"nl" site_id=--account-name="jongm"
cms_url=$(catpwd site.id)| awk -F "/" '{print $5}')
ln -s ../../libraries/civicrm public_html/libraries/civicrm
mkdir -p public_html/sites/default/files/civicrm/l10n/nl_NL/LC_MESSAGES
curl -Lss -o public_html/sites/default/files/civicrm/l10n/nl_NL/LC_MESSAGES/civicrm.mo https://download.civicrm.org/civicrm-l10n-core/mo/nl_NL/civicrm.mo
export CIVICRM_L10N_BASEDIR=/var/www/d10.example.org/web/sites/default/files/civicrm
cd public_html
chmod +w sites/default/
set +o history
../vendor/bin/cv core:install --url="https://${cms_url}" --db="mysql://<user>:<pass>@localhost:3306/<db_name>" --lang="nl_NL"
set -o history
chmod -w sites/default/
../vendor/bin/drush config:set system.site uuid $site_id -y
sed -i "s/# \$settings\['config_sync_directory'\] = '\/directory\/outside\/webroot';/\$settings\['config_sync_directory'\] = '..\/config\/sync';/" public_html/sites/default/settings.php
./vendor/bin/drush config:delete shortcut.set.default -y
nl_uuid=$(grep uuid config/sync/language.entity.nl.yml | awk '{print $2}')
./vendor/bin/drush config:set language.entity.nl uuid $nl_uuid -y
./vendor/bin/drush config:import -ycr