From 932696daa2588e2bd900719709348a1cfe3f59bf Mon Sep 17 00:00:00 2001 From: olli Date: Wed, 19 Apr 2023 12:20:17 +0200 Subject: [PATCH] Cleanup broken installs dpkg --configure -a --- mint.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mint.sh b/mint.sh index 3b57bef..7459672 100644 --- a/mint.sh +++ b/mint.sh @@ -28,6 +28,9 @@ sudo pip install ansible echo ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true | sudo debconf-set-selections sudo apt-get -y install ttf-mscorefonts-installer +# Cleanup broken installs +dpkg --configure -a + # run ansible playbooks for playbook in debian.ansible.basics \ gtc-rename \