From cd48424f96652b089bd3bdf677a15e942b1a6924 Mon Sep 17 00:00:00 2001 From: pvincent Date: Fri, 28 Jul 2023 00:06:01 +0400 Subject: [PATCH] debian-src --- src/bookworm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/bookworm b/src/bookworm index dbebfd8..c6981ea 100755 --- a/src/bookworm +++ b/src/bookworm @@ -62,8 +62,7 @@ REQUIRED_PACKAGES=( echo "# configure apt sources to the mithril's" echo "========================================" - -if ! grep -q debian.mithril.re /etc/apt/sources.list; then +if grep debian-src /etc/apt/sources.list; then echo "deb http://debian.mithril.re/debian bookworm main contrib non-free-firmware" | sudo tee /etc/apt/sources.list echo "deb http://debian.mithril.re/debian bookworm-updates main contrib non-free-firmware" | sudo tee -a /etc/apt/sources.list echo "deb http://debian.mithril.re/debian-security bookworm-security main contrib non-free-firmware" | sudo tee -a /etc/apt/sources.list