Skip to content

Releases: pkgxdev/setup

v0.18.2

07 Jun 19:00
168158a
Compare
Choose a tag to compare
`sh` on raw ubuntu !propogates $SHELL or $USER (#164)

v0.18.1

28 May 22:11
c6b9c1e
Compare
Choose a tag to compare
fix applying --env if no TEA_DIR

v0.18.0

28 May 20:34
c9d315c
Compare
Choose a tag to compare
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

23 May 15:02
972ff14
Compare
Choose a tag to compare
use --env=false

v0.17.0

02 May 20:30
Compare
Choose a tag to compare
check indentation is tabs

v0.16.2

26 Apr 21:26
Compare
Choose a tag to compare
Fixes #144

v0.16.1

26 Apr 18:24
d254d26
Compare
Choose a tag to compare
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

13 Apr 14:17
6ab37b3
Compare
Choose a tag to compare
+libudev-dev to linux pre-reqs

v0.15.3

08 Apr 17:23
cd65bf7
Compare
Choose a tag to compare
fix access to `tea` itself in transitory mode (#146)

v0.15.2

17 Mar 21:50
d362110
Compare
Choose a tag to compare
fix bash installation for bash 3.2