client_downloads.md
... ...
@@ -3,11 +3,11 @@
3 3
The SBGrid installation manager requires an account. Set up an account by
4 4
registering here : [SBGrid registration](https://sbgrid.org/registration/register/)
5 5
6
-### Download SBGrid Installation Manager (GUI) for MacOS and Linux, v2.11.2
6
+### Download SBGrid Installation Manager (GUI) for MacOS and Linux, v2.11.7
7 7
8
-- [Linux : SBGrid-installation-manager-2.11.2.AppImage ](https://sbgrid.org/downloads/2.11.2/SBGrid-installation-manager-2.11.2.AppImage)
8
+- [Linux : SBGrid-installation-manager-2.11.7.AppImage ](https://sbgrid.org/downloads/2.11.7/SBGrid-installation-manager-2.11.7.AppImage)
9 9
10
-- [macOS : SBGrid-installation-manager-2.11.2.dmg ](https://sbgrid.org/downloads/2.11.2/SBGrid-installation-manager-2.11.2.dmg)
10
+- [macOS : SBGrid-installation-manager-2.11.7.dmg ](https://sbgrid.org/downloads/2.11.7/SBGrid-installation-manager-2.11.7.dmg)
11 11
12 12
[Usage information](client_usage)
13 13
[System Requirements](operatingsystems)
... ...
@@ -16,22 +16,22 @@ registering here : [SBGrid registration](https://sbgrid.org/registration/registe
16 16
17 17
The Linux GUI uses AppImage, which may require additional dependencies or configuration for your distribution ([AppImage Troubleshooting](https://docs.appimage.org/user-guide/troubleshooting/index.html)), in particular FUSE2 and namespaces).
18 18
19
-### Download SBGrid Installation Manager Command-line, MacOS and Linux, v2.11.2
19
+### Download SBGrid Installation Manager Command-line, MacOS and Linux, v2.11.7
20 20
21
-- [Linux : sbgrid-cli_2.11.2-linux.tar.gz ](https://sbgrid.org/downloads/2.11.2/sbgrid-cli_2.11.2-linux.tar.gz)
21
+- [Linux : sbgrid-cli_2.11.7-linux.tar.gz ](https://sbgrid.org/downloads/2.11.7/sbgrid-cli_2.11.7-linux.tar.gz)
22 22
23
-- [macOS : sbgrid-cli_2.11.2-macos.tar.gz ](https://sbgrid.org/downloads/2.11.2/sbgrid-cli_2.11.2-macos.zip)
23
+- [macOS : sbgrid-cli_2.11.7-macos.tar.gz ](https://sbgrid.org/downloads/2.11.7/sbgrid-cli_2.11.7-macos.zip)
24 24
25 25
You can download this tar.gz file from the Terminal. Run this command:
26 26
27 27
For Linux
28 28
```
29
-curl -k -LO https://sbgrid.org/downloads/2.11.2/sbgrid-cli_2.11.2-linux.tar.gz
29
+curl -k -LO https://sbgrid.org/downloads/2.11.7/sbgrid-cli_2.11.7-linux.tar.gz
30 30
```
31 31
32 32
For macOS
33 33
```
34
-curl -k -LO https://sbgrid.org/downloads/2.11.2/sbgrid-cli_2.11.2-macos.zip
34
+curl -k -LO https://sbgrid.org/downloads/2.11.7/sbgrid-cli_2.11.7-macos.zip
35 35
```
36 36
37 37
This will prevent the need to [remove the com.apple.quarantine attribute.](https://sbgrid.org//wiki/sbgrid-cli#installation)