Skip to content

Commit 2492497

Browse files
authored
add -y
1 parent dc3a0ec commit 2492497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/tasmocompiler-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ $STD apt-get install -y \
2424
msg_ok "Installed Dependencies"
2525

2626
msg_info "Setup Python3"
27-
$STD apt-get install python3-venv
27+
$STD apt-get install -y python3-venv
2828
msg_ok "Setup Python3"
2929

3030
msg_info "Setup Node.js & yarn"

0 commit comments

Comments
 (0)