use bionic as default release

This commit is contained in:
j 2019-07-14 17:41:31 +01:00
parent a202168d53
commit d52e19d96a
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ if [ -e /etc/os-release ]; then
fi
SYSTEMD="yes"
if [ -z "$UBUNTU_CODENAME" ]; then
UBUNTU_CODENAME=zesty
UBUNTU_CODENAME=bionic
fi
export DEBIAN_FRONTEND=noninteractive
echo "deb http://ppa.launchpad.net/j/pandora/ubuntu ${UBUNTU_CODENAME} main" > /etc/apt/sources.list.d/j-pandora.list