Installation crashes macOS zsh terminal

Have a new board and going through setup, I’m ssh’d into the raspberry pi and I run the install command:

sudo bash -c "$(curl -sN https://install.connect.sixfab.com)" -- -t Splice-Enamel-Hummus-Chaperone-Blimp-Starless

It gets to ‘100% done’ and but doesn’t bring me back to the command prompt, then macOS terminal crashes for the following reason.:


System Integrity Protection: enabled

Crashed Thread:        0  Dispatch queue: com.apple.main-thread

Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
Exception Codes:       KERN_INVALID_ADDRESS at 0x0000000000000000
Exception Codes:       0x0000000000000001, 0x0000000000000000

Termination Reason:    Namespace SIGNAL, Code 11 Segmentation fault: 11
Terminating Process:   exc handler [55555]

VM Region Info: 0 is not in any region.  Bytes before following region: 4410716160
      REGION TYPE                    START - END         [ VSIZE] PRT/MAX SHRMOD  REGION DETAIL
      UNUSED SPACE AT START
---> 

Am running on a Rpi4 with bookworm:

$ cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 12 (bookworm)"
NAME="Debian GNU/Linux"
VERSION_ID="12"
VERSION="12 (bookworm)"
VERSION_CODENAME=bookworm

Advice?

Hi,

There may be instability and problems when using Zsh. We recommend installing it with Bash.

Crashes with bash as well.