Skip to content

Commit

Permalink
perform automated installation
Browse files Browse the repository at this point in the history
  • Loading branch information
arkivm committed Aug 23, 2023
1 parent 743dc26 commit cf8457e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ svsm.bin.elf: $(OBJS) src/start/svsm.lds
prereq: .prereq

.prereq:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
source $(HOME)/.cargo/env
echo "source $(HOME)/.cargo/env" >> ~/.bashrc
rustup +nightly target add x86_64-unknown-none
Expand Down

0 comments on commit cf8457e

Please sign in to comment.