We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45d0b90 commit 922c13bCopy full SHA for 922c13b
README.md
@@ -73,7 +73,7 @@ curl -sL "https://github.com/eksctl-io/eksctl/releases/latest/download/eksctl_ch
73
74
tar -xzf eksctl_$PLATFORM.tar.gz -C /tmp && rm eksctl_$PLATFORM.tar.gz
75
76
-sudo mv /tmp/eksctl /usr/local/bin
+sudo install -m 0755 /tmp/eksctl /usr/local/bin && rm /tmp/eksctl
77
```
78
79
### For Windows
userdocs/src/installation.md
@@ -38,7 +38,7 @@ curl -sL "https://github.com/eksctl-io/eksctl/releases/latest/download/eksctl_ch
38
39
40
41
42
43
44
0 commit comments