You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The above script uses brew to install dependencies (on Mac). If you're using a different OS, check through the script to see the required dependencies and install them manually. We accept pull requests, if you'd like to add a script for other OS (eg. `setup-linux.sh`).
35
+
The above script uses brew to install dependencies (tested only on Mac; linux *might* work as well, given that Homebrew is now available there as well). If you're using a different OS, check through the script to see the required dependencies and install them manually. We accept pull requests, if you'd like to add a script for another OS.
36
36
37
-
Before you proceed, make sure you have run the `setup-mac.sh` script, which is present in this repository. The script will install the `kubectl` tool, the AWS IAM authenticator and other required prerequisites.
37
+
Before you proceed, make sure you have run the `update.sh` script, which is present in this repository. The script will install the `kubectl` tool, the AWS IAM authenticator and other required prerequisites.
38
38
39
39
### Configure AWS Cli profile
40
40
```sh
@@ -52,8 +52,8 @@ Default region name [None]: us-east-1
52
52
Please make sure you have `ops-cli` installed before proceeding (https://github.com/adobe/ops-cli#installing)
53
53
54
54
At this point you should have the following:
55
-
- kubectl installed (via `setup-mac.sh`)
56
-
- aws iam authenticator installed (via `setup-mac.sh`)
55
+
- kubectl installed (via `update.sh`)
56
+
- aws iam authenticator installed (via `update.sh`)
0 commit comments