Skip to content
Snippets Groups Projects
Commit ca391a9b authored by Bob Mottram's avatar Bob Mottram
Browse files

Install from subdirectory

parent 46ff83e3
No related branches found
No related tags found
No related merge requests found
......@@ -170,289 +170,14 @@ function install_peertube_base {
rm "${PEERTUBE_DIR}/package-lock.json"
fi
cd ${PEERTUBE_DIR} || exit 73
cd ${PEERTUBE_DIR}/peertube-latest || exit 73
if ! sudo -H -u peertube NPM_CONFIG_PREFIX=${PEERTUBE_DIR}/peertube-latest/node_modules/npm NODE_CONFIG_DIR=${PEERTUBE_DIR}/config ${PEERTUBE_DIR}/peertube-latest/node_modules/.bin/yarn install --production --pure-lockfile; then
peertube_upgrading=
exit 54
fi
if [ ! $peertube_upgrading ]; then
increment_app_install_progress
fi
cd ${PEERTUBE_DIR} || exit 71
$peertube_local_install application-config@^1.0.1
if [ ! $peertube_upgrading ]; then
increment_app_install_progress
fi
$peertube_local_install async@^2.0.0
if [ ! $peertube_upgrading ]; then
increment_app_install_progress
fi
$peertube_local_install async-lock@^1.1.2
if [ ! $peertube_upgrading ]; then
increment_app_install_progress
fi
$peertube_local_install async-lru@^1.1.1
if [ ! $peertube_upgrading ]; then
increment_app_install_progress
fi
$peertube_local_install bcrypt@3.0.2
if [ ! $peertube_upgrading ]; then
increment_app_install_progress
fi
$peertube_local_install bittorrent-tracker@^9.0.0
if [ ! $peertube_upgrading ]; then
increment_app_install_progress
fi
$peertube_local_install bluebird@^3.5.0
if [ ! $peertube_upgrading ]; then
increment_app_install_progress
fi
$peertube_local_install body-parser@^1.12.4
if [ ! $peertube_upgrading ]; then
increment_app_install_progress
fi
$peertube_local_install bull@^3.4.2
if [ ! $peertube_upgrading ]; then
increment_app_install_progress
fi
$peertube_local_install bytes@^3.0.0
if [ ! $peertube_upgrading ]; then
increment_app_install_progress
fi
$peertube_local_install cli-table@^0.3.1
if [ ! $peertube_upgrading ]; then
increment_app_install_progress
fi
$peertube_local_install commander@^2.13.0,
if [ ! $peertube_upgrading ]; then
increment_app_install_progress
fi
$peertube_local_install concurrently@^4.0.1
if [ ! $peertube_upgrading ]; then
increment_app_install_progress
fi
$peertube_local_install config@^3.0.0
if [ ! $peertube_upgrading ]; then
increment_app_install_progress
fi
$peertube_local_install cookie-parser@^1.4.3
if [ ! $peertube_upgrading ]; then
increment_app_install_progress
fi
$peertube_local_install cors@^2.8.1
if [ ! $peertube_upgrading ]; then
increment_app_install_progress
fi
$peertube_local_install create-torrent@^3.24.5
if [ ! $peertube_upgrading ]; then
increment_app_install_progress
fi
$peertube_local_install deep-object-diff@^1.1.0
if [ ! $peertube_upgrading ]; then
increment_app_install_progress
fi
$peertube_local_install express@^4.12.4
if [ ! $peertube_upgrading ]; then
increment_app_install_progress
fi
$peertube_local_install express-oauth-server@^2.0.0
if [ ! $peertube_upgrading ]; then
increment_app_install_progress
fi
$peertube_local_install express-rate-limit@^3.1.0
if [ ! $peertube_upgrading ]; then
increment_app_install_progress
fi
$peertube_local_install express-validator@^5.0.0
if [ ! $peertube_upgrading ]; then
increment_app_install_progress
fi
$peertube_local_install flat@^4.1.0
if [ ! $peertube_upgrading ]; then
increment_app_install_progress
fi
$peertube_local_install fluent-ffmpeg@^2.1.0
if [ ! $peertube_upgrading ]; then
increment_app_install_progress
fi
$peertube_local_install fs-extra@^7.0.0
if [ ! $peertube_upgrading ]; then
increment_app_install_progress
fi
$peertube_local_install helmet@^3.12.1
if [ ! $peertube_upgrading ]; then
increment_app_install_progress
fi
$peertube_local_install http-signature@^1.2.0
if [ ! $peertube_upgrading ]; then
increment_app_install_progress
fi
$peertube_local_install ip-anonymize@^0.0.6
if [ ! $peertube_upgrading ]; then
increment_app_install_progress
fi
$peertube_local_install ipaddr.js@1.8.1
if [ ! $peertube_upgrading ]; then
increment_app_install_progress
fi
$peertube_local_install is-cidr@^3.0.0
if [ ! $peertube_upgrading ]; then
increment_app_install_progress
fi
$peertube_local_install iso-639-3@^1.0.1
if [ ! $peertube_upgrading ]; then
increment_app_install_progress
fi
$peertube_local_install js-yaml@^3.5.4
if [ ! $peertube_upgrading ]; then
increment_app_install_progress
fi
$peertube_local_install jsonld@^1.0.1
if [ ! $peertube_upgrading ]; then
increment_app_install_progress
fi
$peertube_local_install jsonld-signatures@https://github.com/Chocobozzz/jsonld-signatures#rsa2017
if [ ! $peertube_upgrading ]; then
increment_app_install_progress
fi
$peertube_local_install lodash@^4.17.10
if [ ! $peertube_upgrading ]; then
increment_app_install_progress
fi
$peertube_local_install magnet-uri@^5.1.4
if [ ! $peertube_upgrading ]; then
increment_app_install_progress
fi
$peertube_local_install memoizee@^0.4.14
if [ ! $peertube_upgrading ]; then
increment_app_install_progress
fi
$peertube_local_install morgan@^1.5.3
if [ ! $peertube_upgrading ]; then
increment_app_install_progress
fi
$peertube_local_install multer@^1.1.0
if [ ! $peertube_upgrading ]; then
increment_app_install_progress
fi
$peertube_local_install netrc-parser@^3.1.6
if [ ! $peertube_upgrading ]; then
increment_app_install_progress
fi
$peertube_local_install nodemailer@^4.4.2
if [ ! $peertube_upgrading ]; then
increment_app_install_progress
fi
$peertube_local_install npm@^6.6.0
if [ ! $peertube_upgrading ]; then
increment_app_install_progress
fi
$peertube_local_install parse-torrent@^6.0.0
if [ ! $peertube_upgrading ]; then
increment_app_install_progress
fi
$peertube_local_install password-generator@^2.0.2
if [ ! $peertube_upgrading ]; then
increment_app_install_progress
fi
$peertube_local_install pem@^1.12.3
if [ ! $peertube_upgrading ]; then
increment_app_install_progress
fi
$peertube_local_install pfeed@^1.1.6
if [ ! $peertube_upgrading ]; then
increment_app_install_progress
fi
$peertube_local_install pg@^7.4.1
if [ ! $peertube_upgrading ]; then
increment_app_install_progress
fi
$peertube_local_install prompt@^1.0.0
if [ ! $peertube_upgrading ]; then
increment_app_install_progress
fi
$peertube_local_install redis@^2.8.0
if [ ! $peertube_upgrading ]; then
increment_app_install_progress
fi
$peertube_local_install reflect-metadata@^0.1.12
if [ ! $peertube_upgrading ]; then
increment_app_install_progress
fi
$peertube_local_install request@^2.81.0
if [ ! $peertube_upgrading ]; then
increment_app_install_progress
fi
$peertube_local_install scripty@^1.5.0
if [ ! $peertube_upgrading ]; then
increment_app_install_progress
fi
$peertube_local_install sequelize@4.41.2
if [ ! $peertube_upgrading ]; then
increment_app_install_progress
fi
$peertube_local_install sequelize-typescript@0.6.6
if [ ! $peertube_upgrading ]; then
increment_app_install_progress
fi
$peertube_local_install sharp@^0.21.0
if [ ! $peertube_upgrading ]; then
increment_app_install_progress
fi
$peertube_local_install sitemap@^2.1.0
if [ ! $peertube_upgrading ]; then
increment_app_install_progress
fi
$peertube_local_install socket.io@^2.2.0
if [ ! $peertube_upgrading ]; then
increment_app_install_progress
fi
$peertube_local_install srt-to-vtt@^1.1.2
if [ ! $peertube_upgrading ]; then
increment_app_install_progress
fi
$peertube_local_install summon-install@^0.4.3
if [ ! $peertube_upgrading ]; then
increment_app_install_progress
fi
$peertube_local_install useragent@^2.3.0
if [ ! $peertube_upgrading ]; then
increment_app_install_progress
fi
$peertube_local_install uuid@^3.1.0
if [ ! $peertube_upgrading ]; then
increment_app_install_progress
fi
$peertube_local_install validator@^10.2.0
if [ ! $peertube_upgrading ]; then
increment_app_install_progress
fi
$peertube_local_install webfinger.js@^2.6.6
if [ ! $peertube_upgrading ]; then
increment_app_install_progress
fi
$peertube_local_install webtorrent@^0.102.1
if [ ! $peertube_upgrading ]; then
increment_app_install_progress
fi
$peertube_local_install winston@3.1.0
if [ ! $peertube_upgrading ]; then
increment_app_install_progress
fi
$peertube_local_install ws@^6.0.0
if [ ! $peertube_upgrading ]; then
increment_app_install_progress
fi
$peertube_local_install yarn@^1.10.1
if [ ! $peertube_upgrading ]; then
increment_app_install_progress
fi
$peertube_local_install youtube-dl@^1.12.2
if [ ! $peertube_upgrading ]; then
increment_app_install_progress
fi
$peertube_local_install commander@2.19.0
if [ ! $peertube_upgrading ]; then
increment_app_install_progress
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment