From 2cd28548c36ea8e5c9590e6176de31f2b0622906 Mon Sep 17 00:00:00 2001 From: Sam Heinz <54530346+asylumexp@users.noreply.github.com> Date: Sat, 13 Apr 2024 19:35:19 +1000 Subject: [PATCH] [MediaMTX] Add wget as dependency --- install/mediamtx-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/mediamtx-install.sh b/install/mediamtx-install.sh index 6153f81fa..e44a27213 100644 --- a/install/mediamtx-install.sh +++ b/install/mediamtx-install.sh @@ -18,6 +18,7 @@ $STD apt-get install -y curl $STD apt-get install -y sudo $STD apt-get install -y mc $STD apt-get install -y ffmpeg +$STD apt-get install -y wget msg_ok "Installed Dependencies" msg_info "Installing MediaMTX"