From 0caebf1ca85fbb8de523568a398b42f4da718180 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sun, 2 May 2021 06:19:03 +0100 Subject: [PATCH] add deb-src --- mk-deb-chroot | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mk-deb-chroot b/mk-deb-chroot index 91b0a1e..6267491 100755 --- a/mk-deb-chroot +++ b/mk-deb-chroot @@ -57,6 +57,10 @@ useradd -m -p `python -c 'import crypt; print crypt.crypt("1234","Fx")'` -s /bin echo -e " Added user ${SUDO_USER} with \e[1;91mpassword: 1234\e[0m" +# add deb-src to sources +echo deb-src http://ftp.debian.org/debian buster main > \ + /etc/apt/sources.list.d/bustersrc.list + echo -e " \e[1;91mPlease use command 'passwd ${SUDO_USER}' to change this immediately after this script is run for security purposes.\e[0m " -- 2.30.2