fix: add HTTP/HTTPS timeouts for apt commands to prevent hangs and improve reliability

This commit is contained in:
Даниил Грабарь
2026-05-22 13:12:23 +10:00
parent e24f97b12d
commit 14337aa4e7
2 changed files with 14 additions and 4 deletions
-1
View File
@@ -315,7 +315,6 @@ run_setup() {
fi
log_info "Running cobot setup..."
cobot setup
# When run via curl | bash the child process cannot update the parent terminal's environment.
# При запуске через curl | bash дочерний процесс не может обновить окружение родительского терминала.