mirror of
https://github.com/YunoHost-Apps/flood_ynh.git
synced 2024-09-03 18:36:20 +02:00
Using nodejs 7
This commit is contained in:
parent
78f05197bb
commit
6356a42cbc
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ sudo chown -R flood:www-data $data_dir
|
|||
sudo chmod 755 $data_dir
|
||||
|
||||
# Install nodejs for flood
|
||||
curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
|
||||
curl -sL https://deb.nodesource.com/setup_7.x | sudo -E bash -
|
||||
sudo apt-get install -y nodejs
|
||||
|
||||
# Clone flood
|
||||
|
|
Loading…
Reference in a new issue