From c754f4e243355568ec5f0bf899c866d8848c2c2d Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Sun, 29 Dec 2024 12:27:16 +0100 Subject: [PATCH] remove unneded apt-get install command --- install/teddycloud-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/teddycloud-install.sh b/install/teddycloud-install.sh index 74fdeda834..8f61b89259 100644 --- a/install/teddycloud-install.sh +++ b/install/teddycloud-install.sh @@ -14,7 +14,7 @@ network_check update_os msg_info "Installing Dependencies" -$STD apt-get install --no-install-recommends --yes \ +$STD apt-get install -y \ curl \ sudo \ mc \