catalina.md
... ...
@@ -7,8 +7,8 @@ This is only needed after the initial account activation.
7 7
**The latest versions for the SBGrid Installation manager (GUI and CLI) will handle the creation of the required '/etc/synthetic.conf' file automatically. A reboot is required after the activation step, but no other action should be required.** Previously, the step was a manual operaion.
8 8
9 9
For Activation instructions, see:
10
-[Command line : https://sbgrid.org/sbgrid-cli.md](https://sbgrid.org/sbgrid-cli.md)
11
-[Graphical : https://sbgrid.org/sbgrid-gui.md](https://sbgrid.org/sbgrid-gui.md)
10
+[Command line : https://sbgrid.org/sbgrid-cli](https://sbgrid.org/sbgrid-cli)
11
+[Graphical : https://sbgrid.org/sbgrid-gui](https://sbgrid.org/sbgrid-gui)
12 12
13 13
Once the activation process is completed and the system has been rebooted, the manager can be used normally.
14 14
... ...
@@ -16,7 +16,7 @@ Notes on recent macOS changes :
16 16
- [32-bit applications](https://docs.google.com/spreadsheets/d/e/2PACX-1vSZEEdZhYIdRq0BoY-Aq8XFO1QSR6idkO72N2UeACWSG8-84gLlPqE_v9NrFO9na66gZ3_6PCSDUXGI/pubhtml?gid=1974952972&single=true) are not supported on 10.15 Catalina and later.
17 17
- macOS now uses the z-shell (zsh) by default. This shell is also supported in SBGrid using the standard sbgrid.shrc file. More info regarding managing your shell on macOS [can be found here](https://support.apple.com/en-us/HT208050)
18 18
- XQuartz is required for many applications. If you have upgraded to Catalina from an 10.14 or earlier, you will need to reinstall XQuartz. See [https://www.xquartz.org/](https://www.xquartz.org/) for downloads and more info.
19
- - [More details about compatibility with the latest macOS and Apple hardware can be found here](big-sur.md)
19
+ - [More details about compatibility with the latest macOS and Apple hardware can be found here](big-sur)
20 20
21 21
22 22
-----
... ...
@@ -25,11 +25,6 @@ The steps outlined below are not typically required but are included for referen
25 25
26 26
- [Using SBGrid with MacOS 10.15 and later](#using-sbgrid-with-macos-1015-and-later)
27 27
- [Manual creation of the programs path](#manual-creation-of-the-programs-path)
28
- - [Disable SIP from Recovery mode](#disable-sip-from-recovery-mode)
29
- - [Remount root filesystem as read/write](#remount-root-filesystem-as-readwrite)
30
- - [Re-enable SIP](#re-enable-sip)
31
- - [How to stop nagging macOS update alerts](#how-to-stop-nagging-macos-update-alerts)
32
- - [How to ignore macOS Catalina update on your mac](#how-to-ignore-macos-catalina-update-on-your-mac)
33 28
34 29
### Manual creation of the programs path
35 30
... ...
@@ -48,7 +43,7 @@ Thanks to Ron Rock at University of Chicago for pointing this out.
48 43
49 44
You can download this file to the proper location on your machine with these two commands:
50 45
51
-```
46
+``
52 47
sudo /usr/bin/curl -k https://sbgrid.org/wiki/downloads/synthetic.conf -o /etc/synthetic.conf
53 48
```
54 49