change wget to curl
Co-authored-by: Slaviša Arežina <58952836+tremor021@users.noreply.github.com>
This commit is contained in:
parent
53559fb0b7
commit
bb598f8621
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user