From 0c6308f99ca740d98bb1e6278098f7576dcbe684 Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Sat, 11 May 2024 17:18:28 -0300 Subject: [PATCH] clone: avoid redirect --- bin/srczap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/srczap b/bin/srczap index 623f39d..82a4cf4 100755 --- a/bin/srczap +++ b/bin/srczap @@ -5,7 +5,7 @@ set -e # variables localbase="${LOCALBASE:-/usr/local}" gitdir="/home/_srczap/src" -giturl="${SRCZAP_GITURL:-https://git.hardenedbsd.org/hardenedbsd/HardenedBSD/}" +giturl="${SRCZAP_GITURL:-https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git}" branch="${SRCZAP_BRANCH:-hardened/14-stable/master}" installdir="${SRCZAP_INSTALLDIR:-/usr/src}" revision="${installdir}"/.srczap