Skip to content
This repository was archived by the owner on May 3, 2018. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions debian-paperg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,6 @@ DISTRIB_CODENAME=$(lsb_release -c -s)

REPO_DEB_URL="http://apt.puppetlabs.com/puppetlabs-release-${DISTRIB_CODENAME}.deb"

# If wheezy ensure that dotdeb is included to install php 5.5
if [ "$DISTRIB_CODENAME" = "wheezy" ]; then
wget https://www.dotdeb.org/dotdeb.gpg -P /tmp
apt-key add /tmp/dotdeb.gpg

debapt="deb http://packages.dotdeb.org wheezy-php55 all"
debsrc="deb-src http://packages.dotdeb.org wheezy-php55 all"
echo "$debapt" > /etc/apt/sources.list.d/dotdeb.list
echo "$debsrc" >> /etc/apt/sources.list.d/dotdeb.list

apt-get update
fi

#--------------------------------------------------------------------
# NO TUNABLES BELOW THIS POINT
#--------------------------------------------------------------------
Expand Down