mirror of
https://github.com/opdavies/build-configs.git
synced 2025-09-04 10:25:33 +01:00
revert: update managed text
Change the managed text to use the .uk domain again, instead of the .dev
domain.
This reverts commit 3bd588d2f1
.
This commit is contained in:
parent
5e8b836aa5
commit
04160ad7de
1 changed files with 2 additions and 2 deletions
|
@ -19,12 +19,12 @@ final class CreateFinalConfigurationData
|
|||
$configurationData['docker-compose'] = null;
|
||||
}
|
||||
|
||||
$configurationData['managedText'] = 'Do not edit this file. It is automatically generated by https://oliverdavies.dev/build-configs.';
|
||||
$configurationData['managedText'] = 'Do not edit this file. It is automatically generated by https://www.oliverdavies.uk/build-configs.';
|
||||
|
||||
$basePackages = [
|
||||
'git',
|
||||
'libjpeg-dev',
|
||||
'libpng-dev',
|
||||
'libjpeg-dev',
|
||||
'libzip-dev',
|
||||
// TODO: only add `mariadb-client` if MariaDB is used.
|
||||
'mariadb-client',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue