forked from 0x2620/pandora
make sure gnupg is installed
This commit is contained in:
parent
dbe86cbb99
commit
522db90e7f
1 changed files with 3 additions and 0 deletions
|
@ -22,6 +22,9 @@ if [ -z "$UBUNTU_CODENAME" ]; then
|
||||||
fi
|
fi
|
||||||
export DEBIAN_FRONTEND=noninteractive
|
export DEBIAN_FRONTEND=noninteractive
|
||||||
echo "deb http://ppa.launchpad.net/j/pandora/ubuntu ${UBUNTU_CODENAME} main" > /etc/apt/sources.list.d/j-pandora.list
|
echo "deb http://ppa.launchpad.net/j/pandora/ubuntu ${UBUNTU_CODENAME} main" > /etc/apt/sources.list.d/j-pandora.list
|
||||||
|
|
||||||
|
apt-get install -y gnupg
|
||||||
|
|
||||||
apt-key add - <<EOF
|
apt-key add - <<EOF
|
||||||
-----BEGIN PGP PUBLIC KEY BLOCK-----
|
-----BEGIN PGP PUBLIC KEY BLOCK-----
|
||||||
Version: GnuPG v1
|
Version: GnuPG v1
|
||||||
|
|
Loading…
Reference in a new issue