Max Howell
Max Howell
nice trick too, we should document this. oh actually the magic actually executes: `source
`/bin/sh` is `bash` v3 on macOS which cannot handle that syntax. You can use `eval "$(tea stuff)"` instead. v1 has changed things, `dev` will work in the terminal, but not...
Yeah I've been waiting for this report. Will fix in next patch release.
The first issue is a bug and I cannot RN imagine what the problem might be. Even though I wouldn't recommend running something as insane as stable diffusion web UI...
```sh $ sudo -i $ pkgx stable-diffusion-webui --api --listen ``` works. This runs sd-webui as root, also installing to `/var/root/.pkgx` guess I better try the launch plist…
explanation of script: https://chat.openai.com/share/6805b199-a9e5-421d-bbd7-5f4b8b3c59bb > This script is essentially setting up a reverse shell. When someone connects to the server's port 8080, they are given access to an interactive Bash...
worksforme, does this happen every time? It's possible there was an API error. If so then I'll improve the error. 
I don't think this is likely something fixed, but please check your `pkgx` is the latest version. After that try getting rid of the http cache: `rm -rf ~/.cache/pkgx` or...
ugh, I'm sorry. That I should have checked for rather than have you jump through hoops. I will reopen to improve the error message.
I think I need to refactor the shellcode and other related pieces before this will be maintainable. I don't use fish (only because in general I stick with defaults so...