#!/bin/bash curl -fsSL https://deb.nodesource.com/setup_lts.x | bash - apt-get install -y nodejs git clone https://github.com/IKSANNURPADILLAH/trw.git /root/trw-main cd /root/trw-main npm install cp trw-proxy.service /etc/systemd/system/ systemctl daemon-reload systemctl enable trw-proxy systemctl start trw-proxy