From f95519281de3b158bfe050969d38c169ec3d09ad Mon Sep 17 00:00:00 2001 From: Djan GICQUEL <> Date: Mon, 23 May 2022 08:18:28 +0200 Subject: [PATCH] adding "apt-get update" --- post-install-linux-mint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/post-install-linux-mint.sh b/post-install-linux-mint.sh index 0770e1e..bea3547 100755 --- a/post-install-linux-mint.sh +++ b/post-install-linux-mint.sh @@ -15,6 +15,7 @@ deb http://security.ubuntu.com/ubuntu/ focal-security main restricted universe m deb http://archive.canonical.com/ubuntu/ focal partner EOF +apt-get update apt-get -y remove --purge timeshift warpinator hexchat rhythmbox* hypnotix celluloid apt-get -y install vlc gimp firefox-locale-fr else