File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 \
You can’t perform that action at this time.
0 commit comments