- Run command :
bash <(curl -s https://raw.githubusercontent.com/Alert_directory/main/setup.sh)
apt update && apt upgrade -y
apt install npm nodejs git -y
curl -fsSL https://deb.nodesource.com/setup_20.x | bash - &&\
apt-get install -y nodejs
git clone https://github.com/Kurama250/Alert_directory.git
cd Alert_directory/
npm install axios tail
npm install pm2 -g
nano config.json
- And you also change this line :
"discordWebhookURL": "YOUR_WEBHOOK",
- After doing this, press CTRL + X and you press Y and ENTER then you do the following commands !
pm2 start main.js --watch
- Demo :