Updated Cache server ip (again)

This commit is contained in:
2021-11-30 22:40:28 +01:00
parent 17fe3bcae1
commit bdc1d996e8
3 changed files with 9 additions and 9 deletions

View File

@@ -6,9 +6,9 @@ ThisScriptConfigured=no
UseCache=no
#Cache enable (using apt-cacher-NG)
CacheAlpineRepo="http://192.168.200.20/alpine/"
CacheDebianCache="http://192.168.200.20:80"
CacheDebianCore="http://192.168.200.20/deb.debian.org/debian"
CacheAlpineRepo="http://192.168.200.3/alpine/"
CacheDebianCache="http://192.168.200.3:80"
CacheDebianCore="http://192.168.200.3/deb.debian.org/debian"
#Cache enable (using Official MirrorServers)
DefaultAlpineRepo="http://dl-4.alpinelinux.org/alpine/"
@@ -53,7 +53,7 @@ sed -i -e '/#InitDownloadREPO/a \ url: '$AlpineRepo'' CT-Build/Alpine.yaml
#AlpineRepo
sed -i -n '/#StartREPOS/{:a;N;/#EndREPOS/!ba;N;s/.*\n/#HereREPO\n/};p' CT-Build/Alpine.yaml
sed -i -e 's#\#HereREPO#\ \#StartREPOS\n\ '$AlpineRepo'/v{{ image.release }}/main\n\ '$AlpineRepo'v{{ image.release }}/community\n\ \#EndREPOS#g' CT-Build/Alpine.yaml
sed -i -e 's#\#HereREPO#\ \#StartREPOS\n\ '$AlpineRepo'v{{ image.release }}/main\n\ '$AlpineRepo'v{{ image.release }}/community\n\ \#EndREPOS#g' CT-Build/Alpine.yaml
#DebianBaseRepo
sed -i -e '/#InitDownloadREPO/{n;d}' CT-Build/Debian.yaml