Atualizar squid-6x/repo-squid6x.sh
change url
This commit is contained in:
parent
a380c03ae4
commit
d552f5524b
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user