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:
parent
65805929c9
commit
1f77c7edc9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Reference in a new issue