From 75134aa8e6b7b891c5dfda49b2dd14a276e5ea18 Mon Sep 17 00:00:00 2001 From: Brijesh Singh Date: Tue, 5 Mar 2019 10:49:49 -0600 Subject: update sources.list to enable the src packages --- distros/ubuntu-18.04/build.sh | 27 ++++++++++++++++++++++----- 1 file changed, 22 insertions(+), 5 deletions(-) diff --git a/distros/ubuntu-18.04/build.sh b/distros/ubuntu-18.04/build.sh index 3841560..138c6a1 100755 --- a/distros/ubuntu-18.04/build.sh +++ b/distros/ubuntu-18.04/build.sh @@ -2,10 +2,27 @@ . ../common.sh +grep deb-src > /etc/apt/sources.list +if [ $? -ne 0 ]; then +cat >> /etc/apt/sources.list <