From: Luke Kenneth Casson Leighton Date: Sun, 2 May 2021 05:19:03 +0000 (+0100) Subject: add deb-src X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0caebf1ca85fbb8de523568a398b42f4da718180;p=dev-env-setup.git add deb-src --- 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 "