aboutsummaryrefslogtreecommitdiff
path: root/src/cli/install.sh (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-06-26docs: add troubleshooting section to installation page (#3389)Gravatar Peter Weinberg 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-16fix: replace unknown link with bun docs (#2669)Gravatar Jozef Steinhübl 1-1/+1
2023-02-25docs: consistent indentation for post install commands (#2175)Gravatar John Reilly 1-1/+1
2023-01-06fix typo in install.sh (#1737)Gravatar Ikko Eltociear Ashimine 1-1/+1
infomation -> information
2022-11-10Allow install script to specify debug-info variant with debug symbols (#1484)Gravatar Ashcon Partovi 1-3/+11
2022-09-03chore(install-script): automatically add bun to path - bash shell (#1168)Gravatar Hyro 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-01allow set proxy for github (#1198)Gravatar usrtax 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-05Fix error message in install scriptGravatar Jarred Sumner 1-1/+2
2022-08-05Fix baseline detection for macOS x64Gravatar Jarred Sumner 1-1/+1
2022-08-01Use WebKit LTO builds where appropriateGravatar Jarred Sumner 1-2/+14
2022-07-25feat(install): use this repository (#582)Gravatar Hyro 1-1/+3
https://github.com/oven-sh/bun instead of https://github.com/Jarred-Sumner/bun-releases-for-updater
2022-07-23feat: added info, info_bod and success method to wrap type of messages (#845)Gravatar darker 1-12/+23
2022-07-20fix install script colorsGravatar Alexander 1-4/+6
2022-07-19refactor(installer): renovate install script (#745)Gravatar Wallunen 1-122/+162
2022-07-10Update GitHub URL to match new repo URL (#547)Gravatar Aurora Luna Takemi 1-1/+1
* Update repo URLs * GitHub URL update * Revert accidental URL changes
2022-07-09update bash references to work in non-fhs compliant distrosGravatar lucasew 1-1/+1
Signed-off-by: lucasew <lucas59356@gmail.com>
2022-07-05Change fish path addition commandGravatar addy 1-2/+2
2022-01-02copy: replace Bun with bun (#99)Gravatar luke miles 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-24Add linux aarch64 target to installerGravatar Jarred Sumner 1-0/+3
2021-12-21Copy-pastableGravatar Jarred Sumner 1-3/+3
2021-11-03Update install.shGravatar Jarred Sumner 1-0/+1
2021-11-03[installer] Detect rosetta in install.shGravatar Jarred Sumner 1-0/+8
2021-11-01[install] Auto-set PATH if possibleGravatar Jarred Sumner 1-7/+26
2021-11-01[CLI] Add zsh completions and auto-install completionsGravatar Jarred Sumner 1-34/+63
2021-10-29fix: add missing quotation in sample zsh configGravatar Mike Roelens 1-1/+1
2021-10-28Explicitly check content typeGravatar Jarred Sumner 1-38/+14
2021-10-28New subcommand: `bun upgrade`. It upgrades bun to the latest version.Gravatar Jarred Sumner 1-0/+138