Skip to content
Thomas Mangin edited this page May 1, 2020 · 2 revisions

Debian

You can download the latest (at time of writing) image using:

curl https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-10.3.0-amd64-netinst.iso -o debian-10.3.0-amd64-netinst.iso

On Debian you will need to setup sudo "by hand":

su -
apt install --yes sudo
adduser ${USER} sudo
exit

You need to re-login to be able to now use sudo,

Clone this wiki locally