added aptcacherng CT, Updated readme
This commit is contained in:
3
CT-Files/aptcacherng/Scripts/UpdateMirrorList.sh
Normal file
3
CT-Files/aptcacherng/Scripts/UpdateMirrorList.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/ash
|
||||
curl -L --retry 7 --retry-delay 5 http://dl-4.alpinelinux.org/alpine/MIRRORS.txt -o /etc/apt-cacher-ng/alpine_mirrors
|
||||
curl https://www.centos.org/download/full-mirrorlist.csv | sed 's/^.*"http:/http:/' | sed 's/".*$//' | grep ^http >/etc/apt-cacher-ng/centos_mirrors
|
||||
Reference in New Issue
Block a user