From e1c88022cc0e67af1266f92186e67e4c152113a5 Mon Sep 17 00:00:00 2001 From: David Prevot Date: Mon, 18 Mar 2024 16:08:27 +0100 Subject: [PATCH] HowtophpMyAdmin: fix apt call --- HowtophpMyAdmin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HowtophpMyAdmin.md b/HowtophpMyAdmin.md index 9d5a2fc6..500ffc16 100644 --- a/HowtophpMyAdmin.md +++ b/HowtophpMyAdmin.md @@ -157,5 +157,5 @@ Mettre-à-jour `phpmyadmin` : ~~~ apt update -apt install phpmyadmin/bullseye-backports +apt install -t buster-backports phpmyadmin ~~~