File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -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+ # ====== Add COPR PPA dreibh/ppa =========================================
65+ # NOTE: 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 \
152154 echo " echo \" force-unsafe-io\" > /etc/dpkg/dpkg.cfg.d/02apt-speedup" | \
153155 OS=" ${OS} " DISTRIBUTION=" ${DIST} " ARCHITECTURE=" ${ARCH} " pbuilder login --save-after-exec
154156
155- # ====== Add ppa: dreibh/ppa, updates and backports =================
157+ # ====== Add PPA dreibh/ppa ========================== =================
156158 if [ " ${OS} " == " ubuntu" ] ; then
157159 # Add PPA dreibh/ppa for Ubuntu:
158160 OS=" ${OS} " DISTRIBUTION=" ${DIST} " ARCHITECTURE=" ${ARCH} " pbuilder login --save-after-login << EOF
@@ -172,7 +174,7 @@ elif [ "${ID}" == "fedora" ] ; then
172174 PACKAGES=" ${PACKAGES} fedora-release findutils mock nosync rpmdevtools which strace sudo"
173175 fi
174176
175- # Enable COPR PPA:
177+ # ====== Add COPR PPA dreibh/ppa =========================================
176178 dnf copr enable -y dreibh/ppa
177179
178180 # dnf upgrade -qy
You can’t perform that action at this time.
0 commit comments