1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/cryptpad_ynh.git synced 2024-09-03 18:26:14 +02:00

[fix] recent version of nodejs

This commit is contained in:
frju365 2017-07-05 23:17:46 +02:00 committed by GitHub
parent 65805929c9
commit 1f77c7edc9

View file

@ -69,7 +69,7 @@ ynh_app_setting_set $app port $port
# INSTALL DEPENDENCIES # INSTALL DEPENDENCIES
#================================================= #=================================================
sudo curl -sL https://deb.nodesource.com/setup_7.x | sudo bash - curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
sudo apt-get install -yy -qq nodejs sudo apt-get install -yy -qq nodejs
#================================================= #=================================================