We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d63804 commit bc11935Copy full SHA for bc11935
ci/ci-setup
@@ -156,8 +156,7 @@ EOF
156
if [ "${OS}" == "ubuntu" ] ; then
157
# Add PPA dreibh/ppa for Ubuntu:
158
OS="${OS}" DISTRIBUTION="${DIST}" ARCHITECTURE="${ARCH}" pbuilder login --save-after-login <<EOF
159
-DEBIAN_FRONTEND=noninteractive apt-get install -qqy -o Dpkg::Options::=--force-confold -o Dpkg::Options::=--force-confdef --no-install-recommends \
160
-software-properties-common
+DEBIAN_FRONTEND=noninteractive apt-get install -qqy -o Dpkg::Options::=--force-confold -o Dpkg::Options::=--force-confdef --no-install-recommends software-properties-common
161
apt-add-repository -y ppa:dreibh/ppa
162
apt-get update -q
163
EOF
0 commit comments