Change default Ubuntu distro to 'Focal Fossa'

Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: If508e01a6fe30be64ea46029c27a4d01ae5645b7
This commit is contained in:
Dongjin Kim
2020-11-20 20:10:05 +09:00
parent 513a3ec4fa
commit 52e2cdacb9

View File

@@ -36,7 +36,7 @@ get_arch() {
}
default_distro() {
[ -z ${DISTRO} ] && DISTRO="bionic"
[ -z ${DISTRO} ] && DISTRO="focal"
echo ${DISTRO}
}