From bb598f86219374865185533b5389a1303fa68967 Mon Sep 17 00:00:00 2001 From: Don Locke <75755573+DonLocke@users.noreply.github.com> Date: Thu, 3 Apr 2025 11:17:02 -0600 Subject: [PATCH] change wget to curl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Slaviša Arežina <58952836+tremor021@users.noreply.github.com> --- install/allstarlink-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/allstarlink-install.sh b/install/allstarlink-install.sh index 38d327e..1393033 100644 --- a/install/allstarlink-install.sh +++ b/install/allstarlink-install.sh @@ -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"