setup icon indicating copy to clipboard operation
setup copied to clipboard

GitHub Action and `curl pkgx.sh | sh`

Results 31 setup issues
Sort by recently updated
recently updated
newest added

Got this [all over my CI](https://github.com/gaggle/deliverymetrics/actions/runs/5672658868/attempts/1): ![Screenshot 2023-07-26 at 21 00 26](https://github.com/teaxyz/setup/assets/2316447/68a6bc03-acd5-4265-9c74-b6444c4f8990) It [ran successfully when I retried the job](https://github.com/gaggle/deliverymetrics/actions/runs/5672658868). Is there retry logic to consider adding to increase fetching...

It seems like macOS bash doesn't read .bashrc out of .bash_profile by default: https://github.com/teaxyz/cli/issues/648 We should consider populating .bash_profile instead.

Hi, How can I install tea cli on NixOS? Best regards, Maciej Błędkowski

I ran into an issue trying to run a yarn task. I got a "node not found" error. Then I went to check on the terminal and got this... `which`...

we can get significant speed ups if we cache pkgs

Same for gum probs. However I dunno how to do the SHA check in a POSIX safe way.

Bootstrap in container. ```sh podman run -it --rm alpine ``` Installing `curl` and running `tea`. ```sh / # apk add curl fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz (1/5) Installing ca-certificates (20220614-r0) (2/5)...

Running on a completely fresh ubuntu install, I needed the following: ```sh apt install zsh libc-dev libstdc++-12-dev libgcc-12-dev libatomic1 chsh -s $(which zsh) ``` and to log out/in to get...