install.sh 152 B

12345
  1. cp -f bin/clash /usr/bin/clash
  2. chmod +x /usr/bin/clash
  3. cp -R ./etc/clash /etc
  4. cp clash.service /etc/systemd/system/clash.service
  5. systemctl daemon-reload