From 9245d2a7c0f92916688b9a13119d1073bcd2e68c Mon Sep 17 00:00:00 2001 From: pvincent Date: Thu, 3 Feb 2022 18:14:54 +0400 Subject: [PATCH] raw/branch/master --- tools/debian_bash_upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/debian_bash_upgrade b/tools/debian_bash_upgrade index 9149c0c..973b3b9 100755 --- a/tools/debian_bash_upgrade +++ b/tools/debian_bash_upgrade @@ -10,7 +10,7 @@ echo -n "$remote_release" if [[ $local_release != $remote_release ]]; then echo " , upgrading from <$local_release> to <$remote_release> ..." - curl https://git.artcode.re/pvincent/debian-bash/raw/master/install.sh | sudo bash -s -- --full + curl https://git.artcode.re/pvincent/debian-bash/raw/branch/master/install.sh | sudo bash -s -- --full else echo " up-to-date!" # install inside active LXC containers