From 80c058070793a12629d19814c195cb812c9653ac Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Tue, 26 May 2020 01:28:43 +0200 Subject: [PATCH] set right repo --- jailman.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jailman.sh b/jailman.sh index feb5ed11..e68a013a 100755 --- a/jailman.sh +++ b/jailman.sh @@ -20,7 +20,7 @@ if ! [ "$(id -u)" = 0 ]; then fi # Auto Update -BRANCH="upstream/dev" +BRANCH="upstream/minor-dev" gitupdate "${BRANCH}" # If no option is given, point to the help menu