- #!/bin/bash
- cd /root
- curl -L https://github.com/BDX-town/Mangane/releases/latest/download/static.zip -o mangane.zip
- unzip mangane.zip
- lftp -c "set ssl:verify-certificate no; open ftp://[REDACTED]; mirror -Rev dist/ [REMOTE]/ --only-newer --parallel=10 -X .htaccess -X favicon.ico"
- rm -r dist/ mangane.zip
|