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 gpg-agent pbuilder qemu-user qemu-user-binfmt sudo"
55+ PACKAGES=" ${PACKAGES} build-essential debian-archive-keyring debian-ports-archive-keyring devscripts distro-info eatmydata fakeroot pbuilder qemu-user qemu-user-binfmt sudo"
5656 fi
5757
5858 apt-get update -qq
158158 if [ " ${OS} " == " ubuntu" ] ; then
159159 # Add PPA dreibh/ppa for Ubuntu:
160160 OS=" ${OS} " DISTRIBUTION=" ${DIST} " ARCHITECTURE=" ${ARCH} " pbuilder login --save-after-login << EOF
161- DEBIAN_FRONTEND=noninteractive apt-get install -qqy -o Dpkg::Options::=--force-confold -o Dpkg::Options::=--force-confdef --no-install-recommends \
162- software-properties-common
161+ DEBIAN_FRONTEND=noninteractive apt-get install -qqy -o Dpkg::Options::=--force-confold -o Dpkg::Options::=--force-confdef --no-install-recommends gpg-agent software-properties-common
163162apt-add-repository -y ppa:dreibh/ppa
164163apt-get update -q
165164EOF
You can’t perform that action at this time.
0 commit comments