From 1a99bbaef72c59d32c9e2d5b3bd2418ca14fd39d Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Mon, 1 Dec 2025 20:04:22 -0800 Subject: [PATCH] [build images] --- scripts/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index 1c31111e93..0d80ad868b 100755 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -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" ;;