STANDBY.CLOUD | Download Area ← Back to main page
About this Download Area

This download area serves as a mirror for most of the tools (binaries). The links for the original download on the source servers are given in README files.

Why is this necessary? In fact, it is not strictly required, but the tools are structured this way and can be found more easily. In addition, older versions are kept, the connection for the download is stable, and the tools are virus-checked and tested.

In the scripts folder there are tools to carry out administrative activities in the Oracle Cloud. To update the scripts and install other useful commands (binaries), execute setup-tools update or use setup-tools --help to get a short guide.

Quick Install
With root access (installs to /usr/local/bin):
curl -skL https://standby.cloud/download/latest/install-scripts | sudo bash
Without root access (installs to ~/.local/bin, e.g. in Cloud Shell):
curl -skL https://standby.cloud/download/latest/install-scripts | bash
Without internet access (via OCI Object Storage, service network only):
curl -skL https://objectstorage.eu-frankfurt-1.oraclecloud.com/n/frcc4jd4wdkp/b/download/o/latest/install-scripts | bash