From ce712ff8d91b02aaefa24a582e1779774d7f901b Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Fri, 3 Sep 2021 11:11:11 +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 e6e1e05..d2a8bfa 100644 --- a/apt-mirror.sh +++ b/apt-mirror.sh @@ -16,4 +16,5 @@ deb http://apt.internal.cubetiqs.com/ubuntu ${UBUNTU_VERSION}-security multivers EOF mv /etc/apt/sources.list /etc/apt/sources.list.bak -mv sources.list /etc/apt/sources.list \ No newline at end of file +mv sources.list /etc/apt/sources.list +cat /etc/apt/sources.list \ No newline at end of file