]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/upgrade.sh
Add python-exec to Gentoo dependencies
[github/Chocobozzz/PeerTube.git] / scripts / upgrade.sh
index aa7804bd1d95b03f2d609b98aa552840f0ecc821..59dc5ab2638a08f23858d4227ce0a982ff4e5af3 100755 (executable)
@@ -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..."