I want to create an airgap installer bundle

I have generated an installer url according to the document here: https://kurl.sh/docs/create-installer/creating-an-installer-api but I want to turn that into an airgap bundle such as would be available from https://kurl.sh/aeb67a7.

My URL is https://kurl.sh/2b60ce1 and it works in a command like this for an online instance:
curl -sSL ``https://kurl.sh/2b60ce1`` | sudo bash -s app-version-label=1.13.3

But I also want to be able to install onto an airgapped instance, and I don’t know how to build an airgap bundle for the installer outside of a channel.

(Long story…I’m not a developer–I’m support and the released installers don’t include a specific version of the base kURL installer (Releases · replicatedhq/kURL · GitHub))

Hello. Do you just want to download the air gap bundle for your kURL installer? If so, you can do that at the URL you posted. If you click https://kurl.sh/aeb67a7, you’ll see instructions on how to download and install with an air gap bundle.

If you’re looking for something different, let me know.

You’d think so, but that doesn’t work.