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:
parent
b93553201f
commit
6e0fdc338b
1 changed files with 2 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue