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:07:38 +02:00 committed by GitHub
parent b93553201f
commit 6e0fdc338b

View file

@ -69,10 +69,8 @@ ynh_app_setting_set $app port $port
# INSTALL DEPENDENCIES
#=================================================
sudo cp -a ../conf/cryptpad.list /etc/apt/sources.list.d/
sudo apt-get update
ynh_package_install npm nodejs-legacy
npm -v
sudo curl -sL https://deb.nodesource.com/setup_7.x | bash -
sudo apt-get install -yy -qq nodejs
#=================================================
# DOWNLOAD, CHECK AND UNPACK SOURCE