While running the install script via the POSIX sh shell, a error is thrown as POSIX sh doesn't support arrays
Fixed the error by just hardcoding the array values in the required places as it was not called more than once
The change works with both bash and sh
Type of change
[x] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
Description
While running the install script via the POSIX sh shell, a error is thrown as POSIX sh doesn't support arrays Fixed the error by just hardcoding the array values in the required places as it was not called more than once
The change works with both bash and sh
Type of change