diff options
author | Chocobozzz <me@florianbigard.com> | 2021-08-25 15:10:35 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-08-26 10:01:42 +0200 |
commit | 1fd8803cd9abcc22b081c3946a15b721facfdb28 (patch) | |
tree | be429f7994b3fa1cfb76d8339d68a42556d5d197 /scripts | |
parent | 52a354ab7af7bd29ca0128fa7c501ea08aa5a343 (diff) | |
download | PeerTube-1fd8803cd9abcc22b081c3946a15b721facfdb28.tar.gz PeerTube-1fd8803cd9abcc22b081c3946a15b721facfdb28.tar.zst PeerTube-1fd8803cd9abcc22b081c3946a15b721facfdb28.zip |
No need to install client dependencies for upgrade
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/upgrade.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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" | |||
72 | rm -rf $PEERTUBE_PATH/peertube-latest | 72 | rm -rf $PEERTUBE_PATH/peertube-latest |
73 | ln -s "$PEERTUBE_PATH/versions/peertube-${VERSION}" $PEERTUBE_PATH/peertube-latest | 73 | ln -s "$PEERTUBE_PATH/versions/peertube-${VERSION}" $PEERTUBE_PATH/peertube-latest |
74 | cd $PEERTUBE_PATH/peertube-latest | 74 | cd $PEERTUBE_PATH/peertube-latest |
75 | yarn install --production --pure-lockfile | 75 | NOCLIENT=1 yarn install --production --pure-lockfile |
76 | cp $PEERTUBE_PATH/peertube-latest/config/default.yaml $PEERTUBE_PATH/config/default.yaml | 76 | cp $PEERTUBE_PATH/peertube-latest/config/default.yaml $PEERTUBE_PATH/config/default.yaml |
77 | 77 | ||
78 | echo "Differences in configuration files..." | 78 | echo "Differences in configuration files..." |