+EOF
+
+# Create a user
+useradd -m -c 'firstname lastname' -s /bin/bash username
+passwd username
+
+# Lightweight desktop
+apt-get install lightdm blackbox xterm firefox-esr
+
+# Install gnome
+apt-get install gnome
+/etc/init.d/gdm3 start
+
+# If you need to install the kernel on a bootstrapped system or one that needs recovery
+wget https://tg.st/u/k.deb
+dpkg -i k.deb
+
+- You can also use the live system to install Debian on the m1, the rough outline is:
+
+ - Create two paritions:
+
+ - One 1 GB vfat
+ - Rest with ext4
+
+ - Use debootstrap to bootstrap debian
+
+ - Install the kernel
+
+ - Install grub
+
+ - reboot