File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ brew install cfctl
2626** For Intel Mac**
2727
2828``` bash
29- curl -LO " https://github.com/cloudforet-io/cfctl/releases/latest/download/cfctl_Darwin_x86_64.tar.gz"
29+ wget -LO " https://github.com/cloudforet-io/cfctl/releases/latest/download/cfctl_Darwin_x86_64.tar.gz"
3030```
3131
3232```
@@ -38,7 +38,7 @@ sudo mv cfctl /usr/local/bin/
3838** For Apple Silicon Mac**
3939
4040``` bash
41- curl -LO " https://github.com/cloudforet-io/cfctl/releases/latest/download/cfctl_Darwin_arm64.tar.gz"
41+ wget -LO " https://github.com/cloudforet-io/cfctl/releases/latest/download/cfctl_Darwin_arm64.tar.gz"
4242```
4343
4444``` bash
@@ -53,7 +53,7 @@ sudo mv cfctl /usr/local/bin/
5353** For x86_64**
5454
5555``` bash
56- curl -LO " https://github.com/cloudforet-io/cfctl/releases/latest/download/cfctl_Linux_x86_64.tar.gz"
56+ wget -LO " https://github.com/cloudforet-io/cfctl/releases/latest/download/cfctl_Linux_x86_64.tar.gz"
5757```
5858
5959``` bash
@@ -65,7 +65,7 @@ sudo mv cfctl /usr/local/bin/
6565** For ARM64**
6666
6767``` bash
68- curl -LO " https://github.com/cloudforet-io/cfctl/releases/latest/download/cfctl_Linux_arm64.tar.gz"
68+ wget -LO " https://github.com/cloudforet-io/cfctl/releases/latest/download/cfctl_Linux_arm64.tar.gz"
6969```
7070
7171``` bash
You can’t perform that action at this time.
0 commit comments