Releases: pkgxdev/setup
Releases · pkgxdev/setup
v0.18.2
`sh` on raw ubuntu !propogates $SHELL or $USER (#164)
v0.18.1
fix applying --env if no TEA_DIR
v0.18.0
use libtea (#155) Fixes #158 We now use vercel/ncc as a distribution pre-req because otherwise we’re way too big. Also we prune the koffi modules down to only what we need for the same reasons.
v0.17.1
use --env=false
v0.17.0
check indentation is tabs
v0.16.2
Fixes #144
v0.16.1
switching to echo to /bin/echo for pantry install While installing `tea` on `linux/amd64` hosts, the pantry sync returns code 139, failing to complete the installation. While no such errors are generated on `linux/arm64` systems. The pantry sync is performed by passing `--sync --cd / echo` to the tea CLI. The `echo` is a shell builtin, while `/bin/echo` is a binary. Let's use the proper binary. * replacing `echo` with `/bin/echo` in `install.sh` pantry sync command Closes #148
v0.16.0
+libudev-dev to linux pre-reqs
v0.15.3
fix access to `tea` itself in transitory mode (#146)
v0.15.2
fix bash installation for bash 3.2