mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
[build images]
This commit is contained in:
@@ -1309,7 +1309,7 @@ install_rust() {
|
||||
amzn)
|
||||
sh="$(require sh)"
|
||||
rustup_script=$(download_file "https://sh.rustup.rs")
|
||||
execute "$sh" -lc "$rustup_script -y --no-modify-path"
|
||||
execute_as_user "$sh" -lc "$rustup_script -y --no-modify-path"
|
||||
create_directory "$home/.cargo/bin"
|
||||
append_to_path "$home/.cargo/bin"
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user