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