From 24924974171cf33aa6717c86a71fde5185839635 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Wed, 12 Feb 2025 20:59:23 +0100 Subject: [PATCH] add -y --- install/tasmocompiler-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/tasmocompiler-install.sh b/install/tasmocompiler-install.sh index 452d56e8..24997303 100644 --- a/install/tasmocompiler-install.sh +++ b/install/tasmocompiler-install.sh @@ -24,7 +24,7 @@ $STD apt-get install -y \ msg_ok "Installed Dependencies" msg_info "Setup Python3" -$STD apt-get install python3-venv +$STD apt-get install -y python3-venv msg_ok "Setup Python3" msg_info "Setup Node.js & yarn"