From f5972efe2bcb46f2992c386f6fef71b78802711f Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Fri, 3 Sep 2021 11:13:10 +0700 Subject: [PATCH] Update 'apt-mirror.sh' --- apt-mirror.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apt-mirror.sh b/apt-mirror.sh index 4d4a9af..dab0db6 100644 --- a/apt-mirror.sh +++ b/apt-mirror.sh @@ -18,5 +18,6 @@ EOF mv /etc/apt/sources.list /etc/apt/sources.list.bak mv sources.list /etc/apt/sources.list -echo "\n======================= New Sources =======================" +echo "" +echo "======================= New Sources =======================" cat /etc/apt/sources.list \ No newline at end of file