d65b14bb0a888258e718000e7449f960cb750078
client_downloads.md
... | ... | @@ -3,36 +3,36 @@ |
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.8 |
|
7 | - - [SBGrid_Installation_Manager-2.11.8.AppImage](https://sbgrid.org/downloads/2.11.8/SBGrid_Installation_Manager-2.11.8.AppImage) |
|
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) |
|
8 | 8 | |
9 | - - [SBGrid_Installation_Manager-2.11.8.dmg](https://sbgrid.org/downloads/2.11.8/SBGrid_Installation_Manager-2.11.8.dmg) |
|
9 | + - [SBGrid_Installation_Manager-2.11.9.dmg](https://sbgrid.org/downloads/2.11.9/SBGrid_Installation_Manager-2.11.9.dmg) |
|
10 | 10 | |
11 | -[Usage information](client_usage) |
|
12 | -[System Requirements](operatingsystems) |
|
11 | +[Usage information](client_usage) |
|
12 | +[System Requirements](operatingsystems) |
|
13 | 13 | |
14 | 14 | #### Linux GUI dependencies |
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.8 |
|
18 | +### Download SBGrid Installation Manager Command-line, MacOS and Linux, v2.11.9 |
|
19 | 19 | |
20 | - - [sbgrid-cli_2.11.8-linux.tar.gz](https://sbgrid.org/downloads/2.11.8/sbgrid-cli_2.11.8-linux.tar.gz) |
|
20 | + - [sbgrid-cli_2.11.9-linux.tar.gz](https://sbgrid.org/downloads/2.11.9/sbgrid-cli_2.11.9-linux.tar.gz) |
|
21 | 21 | |
22 | - - [sbgrid-cli_2.11.8-macos-arm64.zip](https://sbgrid.org/downloads/2.11.8/sbgrid-cli_2.11.8-macos-arm64.zip) |
|
22 | + - [sbgrid-cli_2.11.9-macos-arm64.zip](https://sbgrid.org/downloads/2.11.9/sbgrid-cli_2.11.9-macos-arm64.zip) |
|
23 | 23 | |
24 | - - [sbgrid-cli_2.11.8-macos.zip](https://sbgrid.org/downloads/2.11.8/sbgrid-cli_2.11.8-macos.zip) |
|
24 | + - [sbgrid-cli_2.11.9-macos.zip](https://sbgrid.org/downloads/2.11.9/sbgrid-cli_2.11.9-macos.zip) |
|
25 | 25 | |
26 | 26 | You can download this tar.gz file from the Terminal. Run this command: |
27 | 27 | |
28 | -For Linux |
|
28 | +For Linux |
|
29 | 29 | ``` |
30 | -curl -k -LO https://sbgrid.org/downloads/2.11.8/sbgrid-cli_2.11.8-linux.tar.gz |
|
30 | +curl -k -LO https://sbgrid.org/downloads/2.11.9/sbgrid-cli_2.11.9-linux.tar.gz |
|
31 | 31 | ``` |
32 | - |
|
33 | -For macOS |
|
32 | + |
|
33 | +For macOS |
|
34 | 34 | ``` |
35 | -curl -k -LO https://sbgrid.org/downloads/2.11.8/sbgrid-cli_2.11.8-macos.zip |
|
35 | +curl -k -LO https://sbgrid.org/downloads/2.11.9/sbgrid-cli_2.11.9-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) |