Atualizar squid-6x/repo-squid6x.sh

change url
This commit is contained in:
Luiz Gustavo Costa 2024-06-07 11:06:42 +01:00
parent a380c03ae4
commit d552f5524b

View File

@ -2,7 +2,7 @@
# Patch to list packages from other repositories # Patch to list packages from other repositories
patch_tmp=$(mktemp) 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 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" patch -b -p0 -d /etc/inc -f < "$patch_tmp"