change wget to curl

Co-authored-by: Slaviša Arežina <58952836+tremor021@users.noreply.github.com>
This commit is contained in:
Don Locke 2025-04-03 11:17:02 -06:00 committed by GitHub
parent 53559fb0b7
commit bb598f8621
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@ network_check
update_os
msg_info "Adding ASL Package Repository"
wget -q -P /tmp https://repo.allstarlink.org/public/asl-apt-repos.deb12_all.deb
curl -fsSL "https://repo.allstarlink.org/public/asl-apt-repos.deb12_all.deb" -o /tmp/asl-apt-repos.deb12_all.deb
$STD dpkg -i /tmp/asl-apt-repos.deb12_all.deb
$STD apt-get update
msg_ok "Added ASL Package Repository"