catalina.md
... ...
@@ -17,26 +17,24 @@ Activation with our latest command-line installation manager is possible in 3 st
17 17
### 1. Download the installation manager, sbgrid-cli :
18 18
First, download the latest installation manager from here
19 19
20
-[sbgrid-cli version 2.0.44](downloads/sbgrid-cli_2.0.44_macOS.tar.gz)
20
+[sbgrid-cli version 2.1.1](downloads/sbgrid-cli_2.1.1_macos.tar.gz)
21 21
22 22
You can use *curl* to download the tarball directly in your terminal.
23 23
This approach has the added benefit of not triggering the macOS "unidentified developer" Gatekeeper response which requires the *xattr* step below.
24 24
```
25
-curl -k -LO https://sbgrid.org/wiki/downloads/sbgrid-cli_2.0.44_macOS.tar.gz
25
+curl -k -LO https://sbgrid.org/wiki/downloads/sbgrid-cli_2.1.1_macos.tar.gz
26 26
```
27 27
28 28
29 29
Untar and run the application to test.
30 30
Untar :
31 31
```
32
-tar -zxf sbgrid-cli_2.0.44_macOS.tar.gz
32
+tar -zxf sbgrid-cli_2.1.1_macos.tar.gz
33 33
```
34 34
35 35
then run :
36 36
37 37
```
38
-cd sbgrid-cli_2.0.44_macOS
39
-
40 38
./sbgrid-cli
41 39
```
42 40
cli_v2.md
... ...
@@ -1,9 +1,9 @@
1
-## SBGrid command line installation manager - v2.0.44
1
+## SBGrid command line installation manager - v2.1.1
2 2
3 3
## How do I get it?
4
-[LINUX : sbgrid-cli_2.0.44_linux.tar.gz](https://sbgrid.org/wiki/downloads/sbgrid-cli_2.0.44_linux.tar.gz)
4
+[LINUX : sbgrid-cli_2.1.1_linux.tar.gz](https://sbgrid.org/wiki/downloads/sbgrid-cli_2.1.1_linux.tar.gz)
5 5
6
-[macOS : sbgrid-cli_2.0.44_macOS.tar.gz](https://sbgrid.org/wiki/downloads/sbgrid-cli_2.0.44_macOS.tar.gz)
6
+[macOS : sbgrid-cli_2.1.1_macos.tar.gz](https://sbgrid.org/wiki/downloads/sbgrid-cli_2.1.1_macos.tar.gz)
7 7
8 8
## Supported OSes
9 9
[Linux (CentOS/RHEL 7 or 8 recommended) or Apple OSX computers running MacOSX v10.12 - 10.15.](operatingsystems)
client_downloads.md
... ...
@@ -25,11 +25,11 @@ This is the original SBGrid CLI install manager.
25 25
Minimal installation required for these binaries and they can be run from any location with no dependencies.
26 26
Untar the archive, make the file executable if necessary and run from your preferred location.
27 27
28
-### Command line manager for MacOS and Linux, v2.0.44
28
+### Command line manager for MacOS and Linux, v2.1.1
29 29
30
-[macOS : 2.0.44, 2020-05-31](downloads/sbgrid-cli_2.0.44_macOS.tar.gz)
30
+[macOS : 2.1.1, 2020-05-31](downloads/sbgrid-cli_2.1.1_macos.tar.gz)
31 31
32
-[Linux : 2.0.44, 2020-05-31](downloads/sbgrid-cli_2.0.44_linux.tar.gz)
32
+[Linux : 2.1.1, 2020-05-31](downloads/sbgrid-cli_2.1.1_linux.tar.gz)
33 33
34 34
New command line application with advanced features.
35 35
See [this page](cli_v2) for usage info.
downloads/sbgrid-cli_2.1.1_linux.tar.gz
... ...
Binary files /dev/null and b/downloads/sbgrid-cli_2.1.1_linux.tar.gz differ
downloads/sbgrid-cli_2.1.1_macos.tar.gz
... ...
Binary files /dev/null and b/downloads/sbgrid-cli_2.1.1_macos.tar.gz differ