From 1fd8803cd9abcc22b081c3946a15b721facfdb28 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 25 Aug 2021 15:10:35 +0200 Subject: [PATCH] No need to install client dependencies for upgrade --- scripts/upgrade.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade.sh b/scripts/upgrade.sh index aa7804bd1..59dc5ab26 100755 --- a/scripts/upgrade.sh +++ b/scripts/upgrade.sh @@ -72,7 +72,7 @@ rm -f "peertube-${VERSION}.zip" rm -rf $PEERTUBE_PATH/peertube-latest ln -s "$PEERTUBE_PATH/versions/peertube-${VERSION}" $PEERTUBE_PATH/peertube-latest cd $PEERTUBE_PATH/peertube-latest -yarn install --production --pure-lockfile +NOCLIENT=1 yarn install --production --pure-lockfile cp $PEERTUBE_PATH/peertube-latest/config/default.yaml $PEERTUBE_PATH/config/default.yaml echo "Differences in configuration files..."