client_downloads.md
... ...
@@ -1,39 +1,45 @@
1 1
## SBGrid Installation Manager - Downloads
2 2
3
+The SBGrid Installation is the primary
3 4
<!-- TOC -->
4 5
5 6
- [SBGrid Installation Manager - Downloads](#sbgrid-installation-manager---downloads)
6 7
- [Requirements](#requirements)
7
- - [SBGrid Installation Manager for MacOS and Linux, v2.5.12](#sbgrid-installation-manager-for-macos-and-linux-v2512)
8
- - [SBGrid Command-line Installation Manager for MacOS and Linux, v2.5.12](#sbgrid-command-line-installation-manager-for-macos-and-linux-v2512)
8
+ - [SBGrid Installation Manager for MacOS and Linux, v2.6.2](#sbgrid-installation-manager-for-macos-and-linux-v262)
9
+ - [SBGrid Command-line Installation Manager for MacOS and Linux, v2.6.2](#sbgrid-command-line-installation-manager-for-macos-and-linux-v262)
9 10
10 11
<!-- /TOC -->
11 12
12 13
### Requirements
13 14
14
-SBGrid can be installed on computers running Linux or macOS operating systems. [CentOS/RHEL 7 or 8 is recommended for linux, or MacOSX v10.13 - macOS 12 for Macs.](operatingsystems).
15
-On macOS 10.15+ an `/etc/syntetic.conf` file is required to create the root level `/programs` symlink on the read-only filesystem. The GUI Installation Manager will create this automatically. See [here for more info :](macos)
15
+SBGrid can be installed on computers running Linux or macOS operating systems.
16
+[CentOS/RHEL 7 or 8 is recommended for linux, or MacOSX v10.13 - macOS 12 for
17
+Macs](operatingsystems). On macOS 10.15+ an `/etc/syntetic.conf` file is
18
+required to create the root level `/programs` symlink on the read-only
19
+filesystem. The GUI Installation Manager will create this automatically. See
20
+[here for more info.](macos)
16 21
17
-The SBGrid installation manager requires an account. Set up an account by registering here : [SBGrid registration](https://sbgrid.org/registration/register/)
22
+The SBGrid installation manager requires an account. Set up an account by
23
+registering here : [SBGrid registration](https://sbgrid.org/registration/register/)
18 24
19
-### SBGrid Installation Manager for MacOS and Linux, v2.5.12
25
+### SBGrid Installation Manager for MacOS and Linux, v2.6.2
20 26
21
-- [Linux : SBGrid-installation-manager-2.5.12.AppImage ](https://sbgrid.org/downloads/2.5.12/SBGrid-installation-manager-2.5.12.AppImage)
27
+- [Linux : SBGrid-installation-manager-2.6.2.AppImage ](https://sbgrid.org/downloads/2.6.2/SBGrid-installation-manager-2.6.2.AppImage)
22 28
23
-- [macOS : SBGrid-installation-manager-2.5.12.dmg ](https://sbgrid.org/downloads/2.5.12/SBGrid-installation-manager-2.5.12.dmg)
29
+- [macOS : SBGrid-installation-manager-2.6.2.dmg ](https://sbgrid.org/downloads/2.6.2/SBGrid-installation-manager-2.6.2.dmg)
24 30
25 31
See [this page](client_usage) for usage info.
26 32
27
-### SBGrid Command-line Installation Manager for MacOS and Linux, v2.5.12
33
+### SBGrid Command-line Installation Manager for MacOS and Linux, v2.6.2
28 34
29
-- [Linux : sbgrid-cli_2.5.12-linux.tar.gz ](https://sbgrid.org/downloads/2.5.12/sbgrid-cli_2.5.12-linux.tar.gz)
35
+- [Linux : sbgrid-cli_2.6.2-linux.tar.gz ](https://sbgrid.org/downloads/2.6.2/sbgrid-cli_2.6.2-linux.tar.gz)
30 36
31
-- [macOS : sbgrid-cli_2.5.12-macos.tar.gz ](https://sbgrid.org/downloads/2.5.12/sbgrid-cli_2.5.12-macos.tar.gz)
37
+- [macOS : sbgrid-cli_2.6.2-macos.tar.gz ](https://sbgrid.org/downloads/2.6.2/sbgrid-cli_2.6.2-macos.tar.gz)
32 38
33 39
You can download this tar.gz file from the command line with this command in the Terminal:
34 40
35 41
```
36
-curl -k -LO https://sbgrid.org/downloads/2.5.12/sbgrid-cli_2.5.12-macos.tar.gz
42
+curl -k -LO https://sbgrid.org/downloads/2.6.2/sbgrid-cli_2.6.2-macos.tar.gz
37 43
```
38 44
39 45
This will prevent the need to [remove the com.apple.quarantine attribute.](https://sbgrid.org//wiki/macos#download-the-installation-manager-sbgrid-cli)