Skip to content

Instantly share code, notes, and snippets.

@riywo
Created January 6, 2013 14:14
Show Gist options
  • Save riywo/4467434 to your computer and use it in GitHub Desktop.
Save riywo/4467434 to your computer and use it in GitHub Desktop.
#!/usr/bin/expect
spawn dpkg-reconfigure -f readline dash
expect "Use dash as the default system shell (/bin/sh)?"
send "n\n"
interact
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment