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"