alpine-install: switch to using GitHub to fetch tools when using GitHub (#7566)

This commit is contained in:
Burrito 2025-09-11 02:49:14 -07:00 committed by GitHub
parent 9ed2507bdc
commit 9a28ce0263
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -82,7 +82,7 @@ network_check() {
update_os() {
msg_info "Updating Container OS"
$STD apk -U upgrade
source <(curl -fsSL https://git.community-scripts.org/community-scripts/ProxmoxVED/raw/branch/main/misc/tools.func)
source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/tools.func)
msg_ok "Updated Container OS"
}