This is an automated email from the ASF dual-hosted git repository.
rohit pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack-installer.git
The following commit(s) were added to refs/heads/main by this push:
new 5314247 Update README.md
5314247 is described below
commit 5314247d4b145de469d7209fafc9217a53de4164
Author: Rohit Yadav <[email protected]>
AuthorDate: Wed Dec 24 18:08:40 2025 +0530
Update README.md
---
README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index b75d5c4..2b3b106 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# [c8k.in](https://github.com/apache/cloudstack-installer): One-liner
installer for [Apache CloudStack](https://cloudstack.apache.org)
+# [get.cloudstack.cloud](https://github.com/apache/cloudstack-installer):
One-line installer for [Apache CloudStack](https://cloudstack.apache.org)
> [!NOTE]
> Supports Apache CloudStack (version >= 4.20) installation on Ubuntu or EL
> based distro with x86_64 KVM. Please use this on a throwaway host or a VM
> (with hardware acceleration) that wouldn't hurt you to lose, in an [RFC1918
> local private network](https://en.wikipedia.org/wiki/Private_network). This
> is currently in `beta` and open for users testing and issue reporting.
@@ -83,13 +83,13 @@ To install and deploy
[CloudStack](https://cloudstack.apache.org), just copy and
### Quick Install
```bash
-curl -sSfL https://c8k.in/stall.sh | sudo bash
+curl -sSfL https://get.cloudstack.cloud/install.sh | sudo bash
```
### Download and Run
```bash
-curl -o install.sh https://c8k.in/stall.sh
+curl -o install.sh https://get.cloudstack.cloud/install.sh
chmod +x install.sh
sudo ./install.sh
```