Fast way to update Bash on Debian based distributions to secure it against Shell Shock.
apt-get update
apt-get install --only-upgrade bash
(You can also use dpkg command to upgrade older servers. See list of compatible bash packages here... http://www.bofh.it/~md/bash/)
Fast way to update Bash on Debian based distributions to secure it against Shell Shock.