What is Nostr?
Nicolas Martyanoff /
npub1dkg…54dt
2024-11-27 13:41:20

Nicolas Martyanoff on Nostr: If you're stuck with an Ubuntu system, 24.04 broke the previous way to fix /bin/sh ...

If you're stuck with an Ubuntu system, 24.04 broke the previous way to fix /bin/sh (because no, dash won't be usable for anything until it supports pipefail). The new way is:

dpkg-divert --package dash --rename /bin/sh
ln -sf /usr/bin/bash /bin/sh

instead of:

echo "dash dash/sh boolean false" | debconf-set-selections
dpkg-reconfigure dash

I so wish I could move every Linux server to FreeBSD…
Author Public Key
npub1dkg70vzk4vvfsc5cup9gkfu2tcrs5unysl7npfvegf78nkuswr5skh54dt