btcbobby
0bd3f3757f
Update install.sh to try ~/.bash_profile first for PATH modification ( #11679 )
2025-09-24 12:53:45 -07:00
Sander
cf868fd4c6
install.sh: check if on riscv64, and if so bail out ( #21924 )
...
### What does this PR do?
Solves https://github.com/oven-sh/bun/issues/21923
So: if on riscv64, bail out, and do not install the x86-64 version of
bun
### How did you verify your code works?
On my RISCV system:
```
git clone https://github.com/sanderjo/bun.git sjo-oven-sh-bun
cd sjo-oven-sh-bun/
git branch -a
git checkout origin/detect_and_refuse_riscv64
grep -irn riscv64 src/cli/install.sh
```
Yes, correct. And then:
```
sander@riscv:~/git/sjo-oven-sh-bun$ bash src/cli/install.sh
error: Not supported on riscv64
sander@riscv:~/git/sjo-oven-sh-bun$
```
Good.
Co-authored-by: sanderjo <sander.jonkers+github@github.com >
2025-08-17 23:34:03 -07:00
Jarred Sumner
55a9cccac0
bun.sh -> bun.com ( #20909 )
2025-07-10 00:10:43 -07:00
Ashcon Partovi
39d8ade27c
ci: musl builds ( #15154 )
...
Co-authored-by: Electroid <Electroid@users.noreply.github.com >
Co-authored-by: Meghan Denny <meghan@bun.sh >
2024-11-15 21:01:55 -08:00
lmmfranco
6b0c2383d5
Adding proper bash quote escaping on install.sh ( #5002 )
...
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com >
2024-07-09 17:10:43 -07:00
阿豪
d7ba296a20
fix(install.sh): support windows mingw platform ( #11017 )
2024-05-13 16:58:13 -07:00
Augie
7405c5a615
feat: make curl install script run the windows installer (if run through cygwin) ( #8875 )
...
This updates the *nix install script to run the Windows Powershell install script if it detects it's on Windows.
2024-02-13 11:35:17 -08:00
Dylan Conway
07d8623976
fix #4356 ( #4386 )
2023-08-29 01:49:12 -07:00
Peter Weinberg
7a0b1656c7
docs: add troubleshooting section to installation page ( #3389 )
...
* 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-06-26 18:25:33 -07:00
Jozef Steinhübl
264f3b91b6
fix: replace unknown link with bun docs ( #2669 )
2023-04-16 07:13:08 -07:00
John Reilly
e38cb9aa6a
docs: consistent indentation for post install commands ( #2175 )
2023-02-25 02:45:48 -08:00
Ikko Eltociear Ashimine
1e1c817603
fix typo in install.sh ( #1737 )
...
infomation -> information
2023-01-06 10:15:32 -08:00
Ashcon Partovi
38141e3aa7
Allow install script to specify debug-info variant with debug symbols ( #1484 )
2022-11-10 20:14:41 -08:00
Hyro
2340e7e6e5
chore(install-script): automatically add bun to path - bash shell ( #1168 )
...
* 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-03 05:01:26 -07:00
usrtax
89524d55bd
allow set proxy for github ( #1198 )
...
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-09-01 23:12:33 -07:00
Jarred Sumner
e34190fe66
Fix error message in install script
2022-08-05 16:36:25 -07:00
Jarred Sumner
7cbb9add48
Fix baseline detection for macOS x64
2022-08-05 16:30:51 -07:00
Jarred Sumner
85c4c25bc2
Use WebKit LTO builds where appropriate
2022-08-01 15:16:17 -07:00
Hyro
e68c4f584b
feat(install): use this repository ( #582 )
...
https://github.com/oven-sh/bun instead of https://github.com/Jarred-Sumner/bun-releases-for-updater
2022-07-25 00:38:55 -07:00
darker
c412d0069e
feat: added info, info_bod and success method to wrap type of messages ( #845 )
2022-07-23 12:39:12 -07:00
Alexander
5c620959bb
fix install script colors
2022-07-20 11:51:21 +04:00
Wallunen
e5af1ea3bc
refactor(installer): renovate install script ( #745 )
2022-07-19 14:56:28 -04:00
Aurora Luna Takemi
418972b423
Update GitHub URL to match new repo URL ( #547 )
...
* Update repo URLs
* GitHub URL update
* Revert accidental URL changes
2022-07-10 19:37:30 -07:00
lucasew
118c134918
update bash references to work in non-fhs compliant distros
...
Signed-off-by: lucasew <lucas59356@gmail.com >
2022-07-09 18:28:32 -07:00
addy
44ee4caf6f
Change fish path addition command
2022-07-05 14:39:04 -07:00
luke miles
7f33846005
copy: replace Bun with bun ( #99 )
...
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"
2022-01-02 03:09:51 -08:00
Jarred Sumner
46354da728
Add linux aarch64 target to installer
2021-12-24 06:15:44 +00:00
Jarred Sumner
fe415a30c5
Copy-pastable
2021-12-21 01:47:04 -08:00
Jarred Sumner
d502d0bcd6
Update install.sh
2021-11-03 15:26:06 -07:00
Jarred Sumner
2018f5020a
[installer] Detect rosetta in install.sh
2021-11-03 15:25:38 -07:00
Jarred Sumner
83e553d6a9
[install] Auto-set PATH if possible
2021-11-01 03:59:36 -07:00
Jarred Sumner
173724b402
[CLI] Add zsh completions and auto-install completions
2021-11-01 03:43:27 -07:00
Mike Roelens
237e672e70
fix: add missing quotation in sample zsh config
2021-10-29 15:14:02 -04:00
Jarred Sumner
b6675dd0ab
Explicitly check content type
2021-10-28 17:33:40 -07:00
Jarred Sumner
a44cb9708f
New subcommand: bun upgrade. It upgrades bun to the latest version.
2021-10-28 05:34:38 -07:00