As pointed out in https://github.com/devcontainers-extra/features/pull/85#discussion_r1886495496, most of scripts use `#!/bin/bash -i`, but we should use `#!/usr/bin/env bash`
As pointed out in #85 (comment), most of scripts use
#!/bin/bash -i, but we should use#!/usr/bin/env bash