mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-19 06:09:18 +00:00
add -y
This commit is contained in:
parent
dc3a0eca69
commit
2492497417
@ -24,7 +24,7 @@ $STD apt-get install -y \
|
|||||||
msg_ok "Installed Dependencies"
|
msg_ok "Installed Dependencies"
|
||||||
|
|
||||||
msg_info "Setup Python3"
|
msg_info "Setup Python3"
|
||||||
$STD apt-get install python3-venv
|
$STD apt-get install -y python3-venv
|
||||||
msg_ok "Setup Python3"
|
msg_ok "Setup Python3"
|
||||||
|
|
||||||
msg_info "Setup Node.js & yarn"
|
msg_info "Setup Node.js & yarn"
|
||||||
|
Loading…
Reference in New Issue
Block a user