687
edits
Changes
→Upgrade to testing
Then answer the questions.
If you enable extra architectures (see below), you might want to limit the architectures of the main repositories to amd64 (if you use that). So do this instead:
apt-get update && apt-get upgrade -y
cat <<EOF >/etc/apt/sources.list
deb [arch=amd64] https://deb.debian.org/debian testing main contrib non-free
deb [arch=amd64] https://deb.debian.org/debian-security testing/updates main contrib non-free
EOF
apt-get update
apt-get dist-upgrade -y
apt autoremove -y
== Add support for new (hardware) ports ==