From fd6c5b5261efd8c6d0cdec2165920c78fb937e71 Mon Sep 17 00:00:00 2001 From: Hippolyte Chauvin Date: Sun, 12 Nov 2023 13:49:55 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20des=20DB=20des=20fichier?= =?UTF-8?q?s=20pour=20apt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/updateall/scripts/10-apt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/updateall/scripts/10-apt b/config/updateall/scripts/10-apt index 94f45de..f3a72f1 100755 --- a/config/updateall/scripts/10-apt +++ b/config/updateall/scripts/10-apt @@ -2,6 +2,6 @@ [ "$(whoami)" != root ] && exec sudo "$0" "$@" apt-get clean apt-get update +apt-file update apt-get upgrade apt-get autopurge -