Change infrastructure details #2

Merged
friedkiwi merged 1 commits from codex/fix-bootstrap-apt-dpkg-sig into master 2026-05-05 07:46:58 +00:00
Showing only changes of commit 5db9c48a76 - Show all commits

View File

@@ -4,8 +4,8 @@ set -euo pipefail
export DEBIAN_FRONTEND=noninteractive
printf 'Acquire::http::Proxy "http://cbrapt01.lan.cyber.gent:3142";";\n' >/etc/apt/apt.conf.d/80proxy
apt-get update
printf 'Acquire::http::Proxy "http://10.64.44.6:3142";\n' >/etc/apt/apt.conf.d/80proxy
apt-get upgrade -y
apt-get install -y --no-install-recommends build-essential
apt-get install -y --no-install-recommends software-properties-common