Skip to content

Commit

Permalink
Merge pull request #9 from ShuN6211/hotfix
Browse files Browse the repository at this point in the history
hotfix: fix build script for rust
  • Loading branch information
ShuN6211 authored Sep 28, 2024
2 parents ab86469 + 7c483a8 commit d4cba55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/setup-sheldon.bash
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ set -x
source "$(dirname "$0")/common.bash"

if type "$CARGO_HOME/bin/cargo" >/dev/null; then
echo "Rust is already installed, skipping the procedure"
else
echo "Installing Rust..."
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | /bin/sh -s -- -y --no-modify-path
else
echo "Rust is already installed, skipping the procedure"
fi

"$CARGO_HOME/bin/cargo" install sheldon

0 comments on commit d4cba55

Please sign in to comment.