Last active
October 30, 2021 20:49
-
-
Save artizirk/ce263440dc0273f49cb4af6d4474dc4a to your computer and use it in GitHub Desktop.
Make /bin/sh point to bash under Debian/Ubuntu
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# Make /bin/sh point to bash | |
echo dash dash/sh boolean false | debconf-set-selections -v | |
DEBIAN_FRONTEND=noninteractive dpkg-reconfigure dash |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment