forked from 0x2620/pandora
use bionic as default release
This commit is contained in:
parent
a202168d53
commit
d52e19d96a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue