Browse Source

Update install.sh

master
yuriy0803 2 years ago committed by GitHub
parent
commit
9ef0dbddf5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      install.sh

4
install.sh

@ -8,7 +8,9 @@ echo "Welcome to the installation!"
sudo apt-get update && sudo apt-get upgrade -y sudo apt-get update && sudo apt-get upgrade -y
# Install npm, rsync, git, redis-server, and nginx # Install npm, rsync, git, redis-server, and nginx
sudo apt-get install npm rsync git redis-server nginx -y sudo apt-get install npm rsync git ipset redis-server nginx -y
sudo ipset create blacklist hash:ip
sudo systemctl enable nginx sudo systemctl enable nginx
sudo systemctl start nginx sudo systemctl start nginx

Loading…
Cancel
Save