We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc3a0ec commit 2492497Copy full SHA for 2492497
install/tasmocompiler-install.sh
@@ -24,7 +24,7 @@ $STD apt-get install -y \
24
msg_ok "Installed Dependencies"
25
26
msg_info "Setup Python3"
27
-$STD apt-get install python3-venv
+$STD apt-get install -y python3-venv
28
msg_ok "Setup Python3"
29
30
msg_info "Setup Node.js & yarn"
0 commit comments