diff --git a/content/blog/2021-gandi-vps-any-os.md b/content/blog/2021-gandi-vps-any-os.md index 4ec6e7c..4c53eb9 100644 --- a/content/blog/2021-gandi-vps-any-os.md +++ b/content/blog/2021-gandi-vps-any-os.md @@ -107,7 +107,7 @@ apt install linux-virtual openssh-server ifupdown mkdir /root/.ssh/ wget https://mdk.fr/id_rsa.pub -O /root/.ssh/authorized_keys # Or your own keys, your choice. passwd # Set a root password, useful to connect via the emergency console. -printf "%s\n%s\n 'auto eth0' 'iface eth0 inet dhcp' > /etc/network/interfaces # Setup the network +printf "%s\n%s\n" 'auto eth0' 'iface eth0 inet dhcp' > /etc/network/interfaces # Setup the network # Setup /etc/fstab, if you want the UUID of the disk use `blkid`. sync # For good measure reboot now