From d552f5524b5146967059644cefa5507c095d475b Mon Sep 17 00:00:00 2001 From: Luiz Gustavo Costa Date: Fri, 7 Jun 2024 11:06:42 +0100 Subject: [PATCH] Atualizar squid-6x/repo-squid6x.sh change url --- squid-6x/repo-squid6x.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/squid-6x/repo-squid6x.sh b/squid-6x/repo-squid6x.sh index cf4b8af..734c178 100644 --- a/squid-6x/repo-squid6x.sh +++ b/squid-6x/repo-squid6x.sh @@ -2,7 +2,7 @@ # Patch to list packages from other repositories patch_tmp=$(mktemp) -fetch -q -o $patch_tmp https://gitlab.labexposed.com/-/snippets/15/raw/main/list_packages.patch +fetch -q -o $patch_tmp https://git.labexposed.com/lgcosta/gists/raw/branch/main/squid-6x/list_packages.patch if patch --dry-run -p0 -d /etc/inc -f < "$patch_tmp" >/dev/null 2>&1; then patch -b -p0 -d /etc/inc -f < "$patch_tmp"