Skip to content
Snippets Groups Projects
bootstrap-apt-upgrade.sh 184 B
Newer Older
#!/bin/sh
set -ex
apt-get update
DEBIAN_FRONTEND=noninteractive apt-get \
  -o Dpkg::Options::="--force-confnew" --allow-remove-essential --allow-change-held-packages -fuy \
  upgrade