Formatting fix

This commit is contained in:
Pinga 2023-12-03 02:23:10 +02:00
parent 734325492e
commit 68c442c62f

View file

@ -70,7 +70,7 @@ apt install -y mariadb-client mariadb-server php8.2-mysql
mysql_secure_installation mysql_secure_installation
``` ```
(Tune your MariaDB)[https://github.com/major/MySQLTuner-perl] [Tune your MariaDB](https://github.com/major/MySQLTuner-perl)
### 2b. Install and configure PostgreSQL: ### 2b. Install and configure PostgreSQL:
@ -92,7 +92,7 @@ postgres=# CREATE DATABASE registry;
postgres=# \q postgres=# \q
``` ```
(Tune your PostgreSQL)[https://pgtune.leopard.in.ua/] [Tune your PostgreSQL](https://pgtune.leopard.in.ua/)
## 3. Install Adminer: ## 3. Install Adminer: