client_downloads.md
... ...
@@ -5,8 +5,8 @@ The SBGrid Installation is the primary
5 5
6 6
- [SBGrid Installation Manager - Downloads](#sbgrid-installation-manager---downloads)
7 7
- [Requirements](#requirements)
8
- - [SBGrid Installation Manager for MacOS and Linux, v2.9.7](#sbgrid-installation-manager-for-macos-and-linux-v295)
9
- - [SBGrid Command-line Installation Manager for MacOS and Linux, v2.9.7](#sbgrid-command-line-installation-manager-for-macos-and-linux-v295)
8
+ - [SBGrid Installation Manager for MacOS and Linux, v2.9.8](#sbgrid-installation-manager-for-macos-and-linux-v295)
9
+ - [SBGrid Command-line Installation Manager for MacOS and Linux, v2.9.8](#sbgrid-command-line-installation-manager-for-macos-and-linux-v295)
10 10
11 11
<!-- /TOC -->
12 12
... ...
@@ -24,30 +24,30 @@ Under linux, the GUI Installation Manager may require installation of some addit
24 24
The SBGrid installation manager requires an account. Set up an account by
25 25
registering here : [SBGrid registration](https://sbgrid.org/registration/register/)
26 26
27
-### SBGrid Installation Manager for MacOS and Linux, v2.9.7
27
+### SBGrid Installation Manager for MacOS and Linux, v2.9.8
28 28
29
-- [Linux : SBGrid-installation-manager-2.9.7.AppImage ](https://sbgrid.org/downloads/2.9.7/SBGrid-installation-manager-2.9.7.AppImage)
29
+- [Linux : SBGrid-installation-manager-2.9.8.AppImage ](https://sbgrid.org/downloads/2.9.8/SBGrid-installation-manager-2.9.8.AppImage)
30 30
31
-- [macOS : SBGrid-installation-manager-2.9.7.dmg ](https://sbgrid.org/downloads/2.9.7/SBGrid-installation-manager-2.9.7.dmg)
31
+- [macOS : SBGrid-installation-manager-2.9.8.dmg ](https://sbgrid.org/downloads/2.9.8/SBGrid-installation-manager-2.9.8.dmg)
32 32
33 33
See [this page](client_usage) for usage info.
34 34
35
-### SBGrid Command-line Installation Manager for MacOS and Linux, v2.9.7
35
+### SBGrid Command-line Installation Manager for MacOS and Linux, v2.9.8
36 36
37
-- [Linux : sbgrid-cli_2.9.7-linux.tar.gz ](https://sbgrid.org/downloads/2.9.7/sbgrid-cli_2.9.7-linux.tar.gz)
37
+- [Linux : sbgrid-cli_2.9.8-linux.tar.gz ](https://sbgrid.org/downloads/2.9.8/sbgrid-cli_2.9.8-linux.tar.gz)
38 38
39
-- [macOS : sbgrid-cli_2.9.7-macos.tar.gz ](https://sbgrid.org/downloads/2.9.7/sbgrid-cli_2.9.7-macos.tar.gz)
39
+- [macOS : sbgrid-cli_2.9.8-macos.tar.gz ](https://sbgrid.org/downloads/2.9.8/sbgrid-cli_2.9.8-macos.tar.gz)
40 40
41 41
You can download this tar.gz file from the Terminal. Run this command:
42 42
43 43
For Linux
44 44
```
45
-curl -k -LO https://sbgrid.org/downloads/2.9.7/sbgrid-cli_2.9.7-linux.tar.gz
45
+curl -k -LO https://sbgrid.org/downloads/2.9.8/sbgrid-cli_2.9.8-linux.tar.gz
46 46
```
47 47
48 48
For macOS
49 49
```
50
-curl -k -LO https://sbgrid.org/downloads/2.9.7/sbgrid-cli_2.9.7-macos.tar.gz
50
+curl -k -LO https://sbgrid.org/downloads/2.9.8/sbgrid-cli_2.9.8-macos.tar.gz
51 51
```
52 52
53 53
This will prevent the need to [remove the com.apple.quarantine attribute.](https://sbgrid.org//wiki/sbgrid-cli#installation)