From 6063cd8c64600ebfcd78b880288e93e937306c60 Mon Sep 17 00:00:00 2001 From: f-gate Date: Thu, 5 Oct 2023 09:06:41 +0100 Subject: [PATCH] -y flag --- ci/jobs/install_rust.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/jobs/install_rust.sh b/ci/jobs/install_rust.sh index 74b7d491..474bdde0 100755 --- a/ci/jobs/install_rust.sh +++ b/ci/jobs/install_rust.sh @@ -1,7 +1,7 @@ #!/bin/bash set -euo pipefail -sudo apt install build-essential -sudo apt install --assume-yes git clang curl libssl-dev protobuf-compiler +sudo apt -y install build-essential +sudo apt -y install --assume-yes git clang curl libssl-dev protobuf-compiler curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh source $HOME/.cargo/env rustup update