Change repos for mirrors

ubuntu -> bionic
debian -> stretch
This commit is contained in:
Artem Smirnov 2018-09-13 20:24:48 +03:00
parent d7893e82aa
commit a5cbbb8a11
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ set -e
# include "deb http://security.debian.org jessie/updates main" in your sources.list
# file or mirror it similarly as done below to keep up with security updates.
DEBIAN_RELEASE=jessie
DEBIAN_RELEASE=stretch
UPSTREAM_URL="http://deb.debian.org/debian/"
COMPONENTS=( main )
REPOS=( ${DEBIAN_RELEASE} ${DEBIAN_RELEASE}-updates )

View File

@ -10,7 +10,7 @@ set -e
# For more detail about each of the variables below refer to:
# https://help.ubuntu.com/community/Repositories/CommandLine
UBUNTU_RELEASE=trusty
UBUNTU_RELEASE=bionic
UPSTREAM_URL="http://archive.ubuntu.com/ubuntu/"
COMPONENTS=( main universe )
REPOS=( ${UBUNTU_RELEASE} ${UBUNTU_RELEASE}-updates ${UBUNTU_RELEASE}-security )