versions
All checks were successful
/ job (push) Successful in 1m20s

This commit is contained in:
Marc Beninca 2024-04-05 17:49:25 +02:00
parent bd882743b8
commit 01e0e212d4
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

5
cd.sh
View file

@ -12,9 +12,12 @@ for nameserver in "${NAMESERVERS[@]}" ; do
|| exit
done
echo -n "\
APT::Get::Show-Versions True;
" > '/etc/apt/apt.conf.d/apt.conf' \
|| exit
apt-get update \
|| exit
apt-get install --yes "${PACKAGES[@]}" \
|| exit