diff --git a/scripts/install b/scripts/install index 0e8050c..a6e2724 100755 --- a/scripts/install +++ b/scripts/install @@ -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