From 5e181bcb7fe95729a7dc091cb7c51aa77a0ea461 Mon Sep 17 00:00:00 2001 From: Philippe Dpt35 <philippe.dpt35@yahoo.fr> Date: Mon, 15 Oct 2018 11:31:12 +0200 Subject: [PATCH] =?UTF-8?q?Script=20de=20mise=20=C3=A0=20jour:=20force=20l?= =?UTF-8?q?a=20suppression=20de=20paquets=20sans=20demander=20confirmation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ptx2-3-vers-4.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ptx2-3-vers-4.sh b/ptx2-3-vers-4.sh index 2a3ee0b..4ef21df 100755 --- a/ptx2-3-vers-4.sh +++ b/ptx2-3-vers-4.sh @@ -71,7 +71,7 @@ tar xvf "$archive_clc" -C "/home/administrateur" # Harmonisation des paquets apt-get install -y handymenu thunderbird thunderbird-l10n-fr gnome-calculator geany mothsart-wallpapers-primtux -apt-get remove --purge handymenu-primtux2 handymenu-mini-primtux2 handymenu-maxi-primtux2 handymenu-super-primtux2 qalculate-gtk +apt-get remove -y --purge handymenu-primtux2 handymenu-mini-primtux2 handymenu-maxi-primtux2 handymenu-super-primtux2 qalculate-gtk # Rétablissement des droits chown -R administrateur:administrateur /home/01-mini/.config/lxpanel -- GitLab