The Installer Script (install.sh) does not deactivate the OpenTelemetry SDK. The SDK being enabled leads to installation errors when using the script on system like GitHub Actions.
The SDK should be disabled before spin is invoked (e.g. to install plugins or templates) and re-activated once all spin invocations are done.