mirror of https://github.com/tteck/Proxmox.git
Update build.func
temporally set Alpine repositories to "3.19" from "latest-stable"
This commit is contained in:
parent
73291211a8
commit
d468fc6c1f
|
@ -620,8 +620,10 @@ EOF
|
||||||
if [ "$var_os" == "alpine" ]; then
|
if [ "$var_os" == "alpine" ]; then
|
||||||
sleep 3
|
sleep 3
|
||||||
pct exec "$CTID" -- /bin/sh -c 'cat <<EOF >/etc/apk/repositories
|
pct exec "$CTID" -- /bin/sh -c 'cat <<EOF >/etc/apk/repositories
|
||||||
http://dl-cdn.alpinelinux.org/alpine/latest-stable/main
|
#http://dl-cdn.alpinelinux.org/alpine/latest-stable/main
|
||||||
http://dl-cdn.alpinelinux.org/alpine/latest-stable/community
|
#http://dl-cdn.alpinelinux.org/alpine/latest-stable/community
|
||||||
|
http://dl-cdn.alpinelinux.org/alpine/v3.19/main
|
||||||
|
http://dl-cdn.alpinelinux.org/alpine/v3.19/community
|
||||||
EOF'
|
EOF'
|
||||||
pct exec "$CTID" -- ash -c "apk add bash >/dev/null"
|
pct exec "$CTID" -- ash -c "apk add bash >/dev/null"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue