From da50ccfc817bb42958f34d7daaab58110fd545a4 Mon Sep 17 00:00:00 2001 From: postrequest <31720827+postrequest@users.noreply.github.com> Date: Sun, 11 Apr 2021 20:13:23 +1000 Subject: [PATCH] update kali build --- kali-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kali-install.sh b/kali-install.sh index c1c0e8e..6586ca8 100755 --- a/kali-install.sh +++ b/kali-install.sh @@ -13,7 +13,7 @@ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh source $HOME/.cargo/env # add target and config -rustup target add x86_64-unkown-linux-musl +rustup target add x86_64-unknown-linux-musl # windows rustup target add x86_64-pc-windows-gnu cat > ~/.cargo/config << EOF