Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-06-26 | docs: add troubleshooting section to installation page (#3389) | 1 | -1/+1 | ||
* docs: add troubleshooting section to installation page * Add note for unzip * Update msg in install.sh --------- Co-authored-by: Colin McDonnell <colinmcd94@gmail.com> | |||||
2023-04-16 | fix: replace unknown link with bun docs (#2669) | 1 | -1/+1 | ||
2023-02-25 | docs: consistent indentation for post install commands (#2175) | 1 | -1/+1 | ||
2023-01-06 | fix typo in install.sh (#1737) | 1 | -1/+1 | ||
infomation -> information | |||||
2022-11-10 | Allow install script to specify debug-info variant with debug symbols (#1484) | 1 | -3/+11 | ||
2022-09-03 | chore(install-script): automatically add bun to path - bash shell (#1168) | 1 | -0/+49 | ||
* chore(install-script): automatically add bun to path - bash shell * add tildify * chore: make requested changes * fix: add equals true Co-authored-by: Wallunen <44848747+Wallunen@users.noreply.github.com> * fix: $XDG_CONFIG_HOME can be undefined Co-authored-by: Wallunen <44848747+Wallunen@users.noreply.github.com> Co-authored-by: Wallunen <44848747+Wallunen@users.noreply.github.com> | |||||
2022-09-01 | allow set proxy for github (#1198) | 1 | -1/+3 | ||
in china , github is blocked, we use https://ghproxy.com/ for proxy for example use `wget https://ghproxy.com/https://github.com/stilleshan/ServerStatus/archive/master.zip` instead of `wget https://github.com/stilleshan/ServerStatus/archive/master.zip` | |||||
2022-08-05 | Fix error message in install script | 1 | -1/+2 | ||
2022-08-05 | Fix baseline detection for macOS x64 | 1 | -1/+1 | ||
2022-08-01 | Use WebKit LTO builds where appropriate | 1 | -2/+14 | ||
2022-07-25 | feat(install): use this repository (#582) | 1 | -1/+3 | ||
https://github.com/oven-sh/bun instead of https://github.com/Jarred-Sumner/bun-releases-for-updater | |||||
2022-07-23 | feat: added info, info_bod and success method to wrap type of messages (#845) | 1 | -12/+23 | ||
2022-07-20 | fix install script colors | 1 | -4/+6 | ||
2022-07-19 | refactor(installer): renovate install script (#745) | 1 | -122/+162 | ||
2022-07-10 | Update GitHub URL to match new repo URL (#547) | 1 | -1/+1 | ||
* Update repo URLs * GitHub URL update * Revert accidental URL changes | |||||
2022-07-09 | update bash references to work in non-fhs compliant distros | 1 | -1/+1 | ||
Signed-off-by: lucasew <lucas59356@gmail.com> | |||||
2022-07-05 | Change fish path addition command | 1 | -2/+2 | ||
2022-01-02 | copy: replace Bun with bun (#99) | 1 | -9/+9 | ||
Most CLI tools have the style convention of referring to themselves in lowercase. It is, after all, the name that users type in when using the tool. This PR maintains that convention in bun. "Drop the uppercase B, it's cleaner" | |||||
2021-12-24 | Add linux aarch64 target to installer | 1 | -0/+3 | ||
2021-12-21 | Copy-pastable | 1 | -3/+3 | ||
2021-11-03 | Update install.sh | 1 | -0/+1 | ||
2021-11-03 | [installer] Detect rosetta in install.sh | 1 | -0/+8 | ||
2021-11-01 | [install] Auto-set PATH if possible | 1 | -7/+26 | ||
2021-11-01 | [CLI] Add zsh completions and auto-install completions | 1 | -34/+63 | ||
2021-10-29 | fix: add missing quotation in sample zsh config | 1 | -1/+1 | ||
2021-10-28 | Explicitly check content type | 1 | -38/+14 | ||
2021-10-28 | New subcommand: `bun upgrade`. It upgrades bun to the latest version. | 1 | -0/+138 | ||