macOS install package missing installbuilder.sh

I’m trying to follow the documentation to install the accelerator on macOS in a headless environment. I’ve downloaded unity-accelerator-app-v1.0.941+g6b39b61.dmg and mounted it. The documentation says I need to run the installer script located at Contents/MacOS/installbuilder.sh, but I can’t find that file. The only thing in Contents/MacOS is unity-accelerator-app:

total 368
drwxr-xr-x 3 aela staff 96B Oct 4 2021 .
drwxr-xr-x 8 aela staff 256B Oct 4 2021 ..
-rwxr-xr-x 1 aela staff 181K Oct 4 2021 unity-accelerator-app

What am I missing here?

Hi, to install in a headless environment you need to follow the instructions here Unity Accelerator Ubuntu 20.04 Server Headless Install

Essentially you need to use a different binary because the Electron installer doesn’t support headless install.
Sorry!