1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/flood_ynh.git synced 2024-09-03 18:36:20 +02:00

update install script

This commit is contained in:
Taker 2017-07-20 23:31:55 +02:00
parent c6b8db3f1b
commit d4f865d0a5

View file

@ -90,16 +90,6 @@ sudo chown -R flood:www-data /home/flood/.rtorrent.rc
sudo chown -R flood:www-data $data_dir
sudo chmod 755 $data_dir
# Check port availability
sudo yunohost app checkport 45069
if [[ ! $? -eq 0 ]]; then
exit 1
fi
# Open port in firewall
sudo yunohost firewall allow TCP 45069 > /dev/null 2>&1
# Install nodejs for flood
curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
sudo apt-get install -y nodejs
@ -107,7 +97,6 @@ sudo apt-get install -y nodejs
# Clone flood
cd /var/www
git clone https://github.com/jfurrow/flood.git
cp
# Launch flood on boot
sudo cp ../sources/flood.service /etc/systemd/system/flood.service