diff --git a/trixie b/trixie index 351e301..058f39c 100644 --- a/trixie +++ b/trixie @@ -559,6 +559,14 @@ function boring_workarounds() { # We need to make it mutable for the resolvconf dependency to be installed chattr -i /etc/resolv.conf 2>/dev/null || true + # ######################################### # + # python3-lexicon not packaged on trixie... # + # ######################################### # + + # Download it from sid... + curl http://ftp.it.debian.org/debian/pool/main/l/lexicon/python3-lexicon_3.17.0-1_all.deb -o /tmp/python3-lexicon_3.17.0-1_all.deb + apt_install /tmp/python3-lexicon_3.17.0-1_all.deb + # Done printf "$resetline $bold${green}Done$normal" }