replace msg_info with msg_warn

This commit is contained in:
CanbiZ (MickLesk)
2026-03-26 16:23:28 +01:00
parent ef425844ae
commit 1aa26290ae
3 changed files with 8 additions and 8 deletions

View File

@@ -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