I wrote a perl script which downloads the latest i-mscp from the github release, and runs auto-install.
Script to automatically download latest i-mscp, and to run autoinstaller
- dzchimp
- Closed
- Thread is marked as Resolved.
-
-
Hello ;
You could use github API call instead of parsing HTML. You could also replace system() command at end by exec().
-