1
0
Fork 0
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:
Taker 2018-02-11 21:08:04 +01:00
parent 78f05197bb
commit 6356a42cbc

View file

@ -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