From 838e47a66df9eefffb27377756667bb3319a8c51 Mon Sep 17 00:00:00 2001 From: pvincent Date: Thu, 19 Aug 2021 16:36:24 +0400 Subject: [PATCH] fix: debian-bash url has changed --- src/main | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main b/src/main index 055c0bd..5eeadd9 100755 --- a/src/main +++ b/src/main @@ -92,7 +92,7 @@ fi echo "## debian-bash" echo "==============" if [[ ! -d /opt/debian-bash ]]; then - curl https://git.artcode.re/pvincent/debian-bash/raw/master/install.sh | sudo bash -s -- --host + curl https://git.artcode.re/pvincent/debian-bash/raw/branch/master/install.sh | sudo bash -s -- --host else echo "debian-bash already installed!" fi