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 \