Created
February 16, 2017 17:47
-
-
Save jcowley/45db84d41b0fa187b86311195316defa to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 \ | |
- apache2-mpm-prefork=2.2.22-1ubuntu1.10 \ | |
- apache2-prefork-dev=2.2.22-1ubuntu1.10 \ | |
- apache2.2-bin=2.2.22-1ubuntu1.10 \ | |
- apache2.2-common=2.2.22-1ubuntu1.10 \ | |
- apache2-utils=2.2.22-1ubuntu1.10 \ | |
- libapache2-mod-php5=5.3.10-1ubuntu3.19 \ | |
- php5-common=5.3.10-1ubuntu3.19 \ | |
- php5-cli=5.3.10-1ubuntu3.19 \ | |
- php5-curl=5.3.10-1ubuntu3.19 \ | |
- php5-dev=5.3.10-1ubuntu3.19 \ | |
- php5-gd=5.3.10-1ubuntu3.19 \ | |
+ apache2-mpm-prefork=2.2.22-1ubuntu1.11 \ | |
+ apache2-prefork-dev=2.2.22-1ubuntu1.11 \ | |
+ apache2.2-bin=2.2.22-1ubuntu1.11 \ | |
+ apache2.2-common=2.2.22-1ubuntu1.11 \ | |
+ apache2-utils=2.2.22-1ubuntu1.11 \ | |
+ libapache2-mod-php5=5.3.10-1ubuntu3.26 \ | |
+ php5-common=5.3.10-1ubuntu3.26 \ | |
+ php5-cli=5.3.10-1ubuntu3.26 \ | |
+ php5-curl=5.3.10-1ubuntu3.26 \ | |
+ php5-dev=5.3.10-1ubuntu3.26 \ | |
+ php5-gd=5.3.10-1ubuntu3.26 \ | |
php5-mcrypt=5.3.5-0ubuntu1 \ | |
- php5-mysql=5.3.10-1ubuntu3.19 | |
+ php5-mysql=5.3.10-1ubuntu3.26 | |
a2enmod rewrite | |
a2ensite nea-production.conf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment