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
6e0fdc338b
commit
b7c73217e6
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ ynh_app_setting_set $app port $port
|
|||
# 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
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue