Skip to content

Instantly share code, notes, and snippets.

@artizirk
Last active October 30, 2021 20:49
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save artizirk/ce263440dc0273f49cb4af6d4474dc4a to your computer and use it in GitHub Desktop.
Save artizirk/ce263440dc0273f49cb4af6d4474dc4a to your computer and use it in GitHub Desktop.
Make /bin/sh point to bash under Debian/Ubuntu
#!/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