Skip to content

Instantly share code, notes, and snippets.

View jcowley's full-sized avatar

Jason Cowley jcowley

  • Portland, Oregon
View GitHub Profile
diff --git a/downgrade.sh b/downgrade.sh
old mode 100644
new mode 100755
index f5d3ff8..8aec53b
--- a/downgrade.sh
+++ b/downgrade.sh
@@ -28,19 +28,19 @@ apt-get purge \
pkg-php-tools
apt-get install \
@jcowley
jcowley / downgrade.sh
Last active March 13, 2020 02:16 — forked from reagent/downgrade.sh
Downgrade Apache + PHP on Ubuntu 14.04
cat <<EOF >> /etc/apt/sources.list
deb http://archive.ubuntu.com/ubuntu precise main restricted universe
deb http://archive.ubuntu.com/ubuntu precise-updates main restricted universe
deb http://security.ubuntu.com/ubuntu precise-security main restricted universe multiverse
EOF
apt-get update
apt-get purge \
apache2 \