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" }