catalina.md
... ...
@@ -36,20 +36,20 @@ Activation with our latest command-line installation manager is possible in 3 st
36 36
37 37
First, download the latest installation manager from here
38 38
39
-[sbgrid-cli version 2.2.9](downloads/sbgrid-cli_2.2.9_macos.tar.gz)
39
+[sbgrid-cli version 2.2.11](downloads/sbgrid-cli_2.2.11_macos.tar.gz)
40 40
41 41
You can use _curl_ to download the tarball directly in your terminal.
42 42
This approach has the added benefit of not triggering the macOS "unidentified developer" Gatekeeper response which requires the _xattr_ step below.
43 43
44 44
```
45
-curl -k -LO https://sbgrid.org/wiki/downloads/sbgrid-cli_2.2.9_macos.tar.gz
45
+curl -k -LO https://sbgrid.org/wiki/downloads/sbgrid-cli_2.2.11_macos.tar.gz
46 46
```
47 47
48 48
Untar and run the application to test.
49 49
Untar :
50 50
51 51
```
52
-tar -zxf sbgrid-cli_2.2.9_macos.tar.gz
52
+tar -zxf sbgrid-cli_2.2.11_macos.tar.gz
53 53
```
54 54
55 55
then run :
client_downloads.md
... ...
@@ -31,6 +31,15 @@ See [this page](client_usage) for usage info.
31 31
32 32
- [macOS : sbgrid-cli_2.2.11_macos.tar.gz](https://sbgrid.org/wiki/downloads/sbgrid-cli_2.2.11_macos.tar.gz)
33 33
34
+
35
+You can download this tar.gz file from the command line with this command in the Terminal:
36
+
37
+```
38
+curl -k -LO https://sbgrid.org/wiki/downloads/sbgrid-cli_2.2.11_macos.tar.gz
39
+```
40
+
41
+This will prevent the need to [remove the com.apple.quarantine attribute.](https://sbgrid.org//wiki/catalina#download-the-installation-manager-sbgrid-cli)
42
+
34 43
See [this page](cli_v2) for usage info.
35 44
36 45
---