diff --git a/tools/debian_bash_upgrade b/tools/debian_bash_upgrade new file mode 100755 index 0000000..19716fe --- /dev/null +++ b/tools/debian_bash_upgrade @@ -0,0 +1,3 @@ +#!/bin/bash + +curl https://git.artcode.re/pvincent/debian-bash/raw/master/install.sh | sudo bash -s -- --full \ No newline at end of file