mirror of https://github.com/tteck/Proxmox.git
Update alpine-install.func
change repositories to `latest-stable`
This commit is contained in:
parent
2b02f7d49d
commit
8c780535a1
|
@ -72,10 +72,9 @@ setting_up_container() {
|
||||||
echo -e " 🖧 Check Network Settings"
|
echo -e " 🖧 Check Network Settings"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
cat <<EOF >>/etc/apk/repositories
|
cat <<EOF >/etc/apk/repositories
|
||||||
https://dl-cdn.alpinelinux.org/alpine/edge/main
|
https://dl-cdn.alpinelinux.org/alpine/latest-stable/main
|
||||||
https://dl-cdn.alpinelinux.org/alpine/edge/community
|
https://dl-cdn.alpinelinux.org/alpine/latest-stable/community
|
||||||
https://dl-cdn.alpinelinux.org/alpine/edge/testing
|
|
||||||
EOF
|
EOF
|
||||||
msg_ok "Set up Container OS"
|
msg_ok "Set up Container OS"
|
||||||
msg_ok "Network Connected: ${BL}$(ip addr show | grep 'inet ' | awk '{print $2}' | cut -d'/' -f1 | tail -n1)${CL}"
|
msg_ok "Network Connected: ${BL}$(ip addr show | grep 'inet ' | awk '{print $2}' | cut -d'/' -f1 | tail -n1)${CL}"
|
||||||
|
|
Loading…
Reference in New Issue