Add hack to get rid of termit from the live image

Maybe this works as a temporary fix.
master
Matthias Klumpp 3 years ago
parent 003b73099e
commit 95d398d631

@ -0,0 +1,7 @@
#!/bin/sh
set -e
# remove unwanted packages which are installed due to
# recommends/resolver issues
apt-get purge -y termit
apt-get --purge -y autoremove
Loading…
Cancel
Save