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

Update install

This commit is contained in:
frju365 2017-04-18 13:18:56 +02:00 committed by GitHub
parent 6e0fdc338b
commit b7c73217e6

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 | bash - sudo curl -sL https://deb.nodesource.com/setup_7.x | sudo bash -
sudo apt-get install -yy -qq nodejs sudo apt-get install -yy -qq nodejs
#================================================= #=================================================