I installed bun on windows (ubuntu) with this command:
https://bun.sh/install | bash
Now I want to remove bun and reinstall it (not upgrade)
If you look at the source for the installation script (and I mean, surely you did that already, before blindly executing code from the internet. Right? Right..?), you can find that
bun_install="${BUN_INSTALL:-$HOME/.bun}" – the default install directory is $HOME/.bun.config/fish/config.fish if you're using Fish.zshrc if you're using zshThus, uninstallation means:
~/.bunIf you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With