mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-05-14 04:24:56 +02:00
replace msg_info with msg_warn
This commit is contained in:
@@ -144,7 +144,7 @@ update_os() {
|
||||
local apk_ok=false
|
||||
for m in $(printf '%s\n' $alpine_mirrors | shuf); do
|
||||
if timeout 2 bash -c "echo >/dev/tcp/$m/80" 2>/dev/null; then
|
||||
msg_info "Attempting mirror: ${m}"
|
||||
msg_custom "${INFO}" "${YW}" "Attempting mirror: ${m}"
|
||||
cat <<EOF >/etc/apk/repositories
|
||||
http://$m/alpine/latest-stable/main
|
||||
http://$m/alpine/latest-stable/community
|
||||
|
||||
Reference in New Issue
Block a user