From 2c9ecfce426cb5eb29b0002588bb4a16cfe8e20f Mon Sep 17 00:00:00 2001 From: Sam Heinz <54530346+asylumexp@users.noreply.github.com> Date: Fri, 12 Apr 2024 11:53:52 +1000 Subject: [PATCH] [Blocky] Add wget as dependency --- install/blocky-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/blocky-install.sh b/install/blocky-install.sh index bbb829e24..f78bd118c 100644 --- a/install/blocky-install.sh +++ b/install/blocky-install.sh @@ -17,6 +17,7 @@ msg_info "Installing Dependencies" $STD apt-get install -y curl $STD apt-get install -y sudo $STD apt-get install -y mc +$STD apt-get install -y wget msg_ok "Installed Dependencies" msg_info "Installing Blocky"