From 62a9fb2c1bcfa710648081dba296cbe3a0c9f9c5 Mon Sep 17 00:00:00 2001 From: pvincent Date: Fri, 16 Apr 2021 11:01:39 +0400 Subject: [PATCH] debian_bash_upgrade --- tools/debian_bash_upgrade | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 tools/debian_bash_upgrade 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