Skip to content

Commit d9c3504

Browse files
committed
Yet another try.
1 parent b4dd29c commit d9c3504

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

ci/ci-setup

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ if [ "${ID}" == "ubuntu" ] || [ "${ID}" == "debian" ] ; then
5252
fi
5353
if [ ${USE_PACKAGING} -eq 1 ] ; then
5454
# Need to install pbuilder as well:
55-
PACKAGES="${PACKAGES} build-essential debian-archive-keyring debian-ports-archive-keyring devscripts distro-info eatmydata fakeroot pbuilder qemu-user qemu-user-binfmt sudo"
55+
PACKAGES="${PACKAGES} build-essential debian-archive-keyring debian-ports-archive-keyring devscripts distro-info eatmydata fakeroot gpg-agent pbuilder qemu-user qemu-user-binfmt sudo"
5656
fi
5757

5858
apt-get update -qq
@@ -61,6 +61,8 @@ if [ "${ID}" == "ubuntu" ] || [ "${ID}" == "debian" ] ; then
6161
DEBIAN_FRONTEND=noninteractive apt-get install -y -o Dpkg::Options::=--force-confold -o Dpkg::Options::=--force-confdef --no-install-recommends \
6262
${PACKAGES}
6363

64+
# ====== Enable PPA ======================================================
65+
# This is only available for Ubuntu:
6466
if [ "${ID}" == "ubuntu" ] ; then
6567
# Add PPA dreibh/ppa for Ubuntu:
6668
DEBIAN_FRONTEND=noninteractive apt-get install -y -o Dpkg::Options::=--force-confold -o Dpkg::Options::=--force-confdef --no-install-recommends \

0 commit comments

Comments
 (0)