From 4f1d7ee09b6ca96ff5600843c80977d35b755f69 Mon Sep 17 00:00:00 2001 From: Thomas de Roo Date: Tue, 4 Jul 2023 12:50:23 +0200 Subject: [PATCH] foutje in apt sources --- trixie/preseed.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trixie/preseed.cfg b/trixie/preseed.cfg index c059c61..9812676 100644 --- a/trixie/preseed.cfg +++ b/trixie/preseed.cfg @@ -86,7 +86,7 @@ d-i preseed/late_command string \ echo "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDBTtDrD2R3+7A6tBh45nwFN89yc7uAn/crgEma818KGghcZOsFvS63+exYQzUQF11OvOYO4OcrbwbYKrx7MnBSFIQSZJ3q3YZefIp6EkO53VnNIA3ZJvo7tBMiGPMalY3IunWNwJJqqirqqlo74pvLSrlir8ZvMuHwa7izatDuKbhGQ5xoU9D43+ZPS9qtNUtnb1+imUipkgaDWBrJClBU/Ff/aig2lNMsaUwz/s0KZDRo3Z/ReYuJDnDDjqccLlm1vRN8Thb6AT7Go4xYb+bbbQV6mETEzpTtHpkPY7XlhCGy+GuxB3jMY/3d85OYuVbMtQ1BemJLpYca13Q7LfU3 thomas@xynix.de-roo.org" >> /target/root/.ssh/authorized_keys; \ in-target chown --recursive root:root /root/.ssh; \ in-target chmod 0644 /root/.ssh/authorized_keys; \ - echo http://deb.debian.org/debian trixie main contrib non-free non-free-firmware > /target/etc/apt/sources.list; \ + echo deb http://deb.debian.org/debian trixie main contrib non-free non-free-firmware > /target/etc/apt/sources.list; \ echo deb-src http://deb.debian.org/debian trixie main contrib non-free non-free-firmware >> /target/etc/apt/sources.list; \ echo deb http://deb.debian.org/debian-security/ trixie-security main contrib non-free non-free-firmware >> /target/etc/apt/sources.list; \ echo deb-src http://deb.debian.org/debian-security/ trixie-security main contrib non-free non-free-firmware>> /target/etc/apt/sources.list; \