From 57afa34813b13533793038bfca6d05f59d3751b5 Mon Sep 17 00:00:00 2001 From: Philipp Holzer Date: Sat, 19 May 2018 13:14:49 +0200 Subject: [PATCH] Fixed composer.phar "update" to "install" (because in both cases, we use "install") --- develop/apache/bin/friendica | 2 +- develop/fpm-alpine/bin/friendica | 2 +- develop/fpm/bin/friendica | 2 +- stable/apache/bin/friendica | 2 +- stable/fpm-alpine/bin/friendica | 2 +- stable/fpm/bin/friendica | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/develop/apache/bin/friendica b/develop/apache/bin/friendica index 3f42591..3bc63e7 100644 --- a/develop/apache/bin/friendica +++ b/develop/apache/bin/friendica @@ -134,7 +134,7 @@ update() { echo "Upgrading Friendica" if [ "$FRIENDICA_VERSION" = "develop" ]; then - composer "update" + composer "install" fi console "dbstructure update" } diff --git a/develop/fpm-alpine/bin/friendica b/develop/fpm-alpine/bin/friendica index 3f42591..3bc63e7 100644 --- a/develop/fpm-alpine/bin/friendica +++ b/develop/fpm-alpine/bin/friendica @@ -134,7 +134,7 @@ update() { echo "Upgrading Friendica" if [ "$FRIENDICA_VERSION" = "develop" ]; then - composer "update" + composer "install" fi console "dbstructure update" } diff --git a/develop/fpm/bin/friendica b/develop/fpm/bin/friendica index 3f42591..3bc63e7 100644 --- a/develop/fpm/bin/friendica +++ b/develop/fpm/bin/friendica @@ -134,7 +134,7 @@ update() { echo "Upgrading Friendica" if [ "$FRIENDICA_VERSION" = "develop" ]; then - composer "update" + composer "install" fi console "dbstructure update" } diff --git a/stable/apache/bin/friendica b/stable/apache/bin/friendica index 3f42591..3bc63e7 100644 --- a/stable/apache/bin/friendica +++ b/stable/apache/bin/friendica @@ -134,7 +134,7 @@ update() { echo "Upgrading Friendica" if [ "$FRIENDICA_VERSION" = "develop" ]; then - composer "update" + composer "install" fi console "dbstructure update" } diff --git a/stable/fpm-alpine/bin/friendica b/stable/fpm-alpine/bin/friendica index 3f42591..3bc63e7 100644 --- a/stable/fpm-alpine/bin/friendica +++ b/stable/fpm-alpine/bin/friendica @@ -134,7 +134,7 @@ update() { echo "Upgrading Friendica" if [ "$FRIENDICA_VERSION" = "develop" ]; then - composer "update" + composer "install" fi console "dbstructure update" } diff --git a/stable/fpm/bin/friendica b/stable/fpm/bin/friendica index 3f42591..3bc63e7 100644 --- a/stable/fpm/bin/friendica +++ b/stable/fpm/bin/friendica @@ -134,7 +134,7 @@ update() { echo "Upgrading Friendica" if [ "$FRIENDICA_VERSION" = "develop" ]; then - composer "update" + composer "install" fi console "dbstructure update" }