Update setup.sh

This commit is contained in:
Oliver 2024-07-29 14:34:14 +00:00
parent f55bb6e897
commit b4b3ece96f

View File

@ -2,7 +2,7 @@
set -e
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain none --profile minimal
PATH="$HOME/.cargo/bin:$PATH"
. "$HOME/.cargo/env"
args=()