078516c128d86f157bc1193f756e16c09be335ce
client_downloads.md
... | ... | @@ -3,10 +3,10 @@ |
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.9 |
|
7 | - - [SBGrid_Installation_Manager-2.11.9.AppImage](https://sbgrid.org/downloads/2.11.9/SBGrid_Installation_Manager-2.11.9.AppImage) |
|
6 | +### Download SBGrid Installation Manager (GUI) for MacOS and Linux, v2.11.10 |
|
7 | + - [SBGrid_Installation_Manager-2.11.10.AppImage](https://sbgrid.org/downloads/2.11.10/SBGrid_Installation_Manager-2.11.10.AppImage) |
|
8 | 8 | |
9 | - - [SBGrid_Installation_Manager-2.11.9.dmg](https://sbgrid.org/downloads/2.11.9/SBGrid_Installation_Manager-2.11.9.dmg) |
|
9 | + - [SBGrid_Installation_Manager-2.11.10.dmg](https://sbgrid.org/downloads/2.11.10/SBGrid_Installation_Manager-2.11.10.dmg) |
|
10 | 10 | |
11 | 11 | [Usage information](client_usage) |
12 | 12 | [System Requirements](operatingsystems) |
... | ... | @@ -15,24 +15,24 @@ registering here : [SBGrid registration](https://sbgrid.org/registration/registe |
15 | 15 | |
16 | 16 | 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). |
17 | 17 | |
18 | -### Download SBGrid Installation Manager Command-line, MacOS and Linux, v2.11.9 |
|
18 | +### Download SBGrid Installation Manager Command-line, MacOS and Linux, v2.11.10 |
|
19 | 19 | |
20 | - - [sbgrid-cli_2.11.9-linux.tar.gz](https://sbgrid.org/downloads/2.11.9/sbgrid-cli_2.11.9-linux.tar.gz) |
|
20 | + - [sbgrid-cli_2.11.10-linux.tar.gz](https://sbgrid.org/downloads/2.11.10/sbgrid-cli_2.11.10-linux.tar.gz) |
|
21 | 21 | |
22 | - - [sbgrid-cli_2.11.9-macos-arm64.zip](https://sbgrid.org/downloads/2.11.9/sbgrid-cli_2.11.9-macos-arm64.zip) |
|
22 | + - [sbgrid-cli_2.11.10-macos-arm64.zip](https://sbgrid.org/downloads/2.11.10/sbgrid-cli_2.11.10-macos-arm64.zip) |
|
23 | 23 | |
24 | - - [sbgrid-cli_2.11.9-macos.zip](https://sbgrid.org/downloads/2.11.9/sbgrid-cli_2.11.9-macos.zip) |
|
24 | + - [sbgrid-cli_2.11.10-macos.zip](https://sbgrid.org/downloads/2.11.10/sbgrid-cli_2.11.10-macos.zip) |
|
25 | 25 | |
26 | 26 | You can download this tar.gz file from the Terminal. Run this command: |
27 | 27 | |
28 | 28 | For Linux |
29 | 29 | ``` |
30 | -curl -k -LO https://sbgrid.org/downloads/2.11.9/sbgrid-cli_2.11.9-linux.tar.gz |
|
30 | +curl -k -LO https://sbgrid.org/downloads/2.11.10/sbgrid-cli_2.11.10-linux.tar.gz |
|
31 | 31 | ``` |
32 | 32 | |
33 | 33 | For macOS |
34 | 34 | ``` |
35 | -curl -k -LO https://sbgrid.org/downloads/2.11.9/sbgrid-cli_2.11.9-macos.zip |
|
35 | +curl -k -LO https://sbgrid.org/downloads/2.11.10/sbgrid-cli_2.11.10-macos.zip |
|
36 | 36 | ``` |
37 | 37 | |
38 | 38 | This will prevent the need to [remove the com.apple.quarantine attribute.](https://sbgrid.org//wiki/sbgrid-cli#installation) |