diff --git a/_ci-linux-debian.sh b/_ci-linux-debian.sh index 1a7b64fb6..183731612 100755 --- a/_ci-linux-debian.sh +++ b/_ci-linux-debian.sh @@ -96,16 +96,16 @@ elif [[ "${CW_CONFIG:-}" = *'linux'* ]]; then fi fi -apt-get update +apt -y update # shellcheck disable=SC2086 -apt-get install \ +apt -y install \ curl git gpg rsync python3-pefile make cmake \ autoconf automake autopoint libtool \ zip time jq secure-delete ${extra} if [ -n "${dl}" ]; then # shellcheck disable=SC2086 - apt-get download ${dl} + apt download ${dl} # https://deb.debian.org/debian/pool/main/l/llvm-toolchain-17/libclang-rt-17-dev_17.0.5-1_arm64.deb -> libclang-rt-17-dev_1%3a17.0.5-1_arm64.deb # libclang-common-15-dev_1%3a15.0.6-4+b1_amd64.deb for f in ./*.deb; do