File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ brew install cfctl
26
26
** For Intel Mac**
27
27
28
28
``` 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"
30
30
```
31
31
32
32
```
@@ -38,7 +38,7 @@ sudo mv cfctl /usr/local/bin/
38
38
** For Apple Silicon Mac**
39
39
40
40
``` 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"
42
42
```
43
43
44
44
``` bash
@@ -53,7 +53,7 @@ sudo mv cfctl /usr/local/bin/
53
53
** For x86_64**
54
54
55
55
``` 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"
57
57
```
58
58
59
59
``` bash
@@ -65,7 +65,7 @@ sudo mv cfctl /usr/local/bin/
65
65
** For ARM64**
66
66
67
67
``` 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"
69
69
```
70
70
71
71
``` bash
You can’t perform that action at this time.
0 commit comments