Skip to content

Commit a64443c

Browse files
authored
rename installer.sh to install.sh (#3)
1 parent e9ef772 commit a64443c

File tree

3 files changed

+2434
-2802
lines changed

3 files changed

+2434
-2802
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,15 +80,15 @@ To install and deploy [CloudStack](https://cloudstack.apache.org), just copy and
8080
### Quick Install
8181

8282
```bash
83-
curl -sSfL https://c8k.in/installer.sh | bash
83+
curl -sSfL https://c8k.in/stall.sh | bash
8484
```
8585

8686
### Download and Run
8787

8888
```bash
89-
wget https://c8k.in/installer.sh
90-
chmod +x installer.sh
91-
sudo ./installer.sh
89+
curl -o install.sh https://c8k.in/stall.sh
90+
chmod +x install.sh
91+
sudo ./install.sh
9292
```
9393

9494
---

0 commit comments

Comments
 (0)