From 1b8791d20acd201ddce637b41f636a14ef0113cd Mon Sep 17 00:00:00 2001 From: jinjin Date: Thu, 28 May 2026 12:35:45 +0200 Subject: [PATCH] modified bootstrap.sh --- bootstrap.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bootstrap.sh b/bootstrap.sh index f62565f..82f7886 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -21,6 +21,9 @@ fi echo "*** START ***" +echo "## cleaning sources.list" +sed -i '1,2d' /etc/apt/sources.list + DEBIAN_FRONTEND=noninteractive export DEBIAN_FRONTEND