Skip to content

Commit

Permalink
Merge pull request #8 from ShuN6211/hotfix-build
Browse files Browse the repository at this point in the history
Hotfix: fix typo for build
  • Loading branch information
ShuN6211 authored Sep 28, 2024
2 parents 84d1559 + 09168ed commit ab86469
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
File renamed without changes.
5 changes: 2 additions & 3 deletions scripts/setup-sheldon.bash
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@ set -x
# shellcheck source=./scripts/common.bash
source "$(dirname "$0")/common.bash"

if [ ! -e "$CARGO_HOME/env" ]; then
if type "$CARGO_HOME/bin/cargo" >/dev/null; then
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/env"
cargo install sheldon
"$CARGO_HOME/bin/cargo" install sheldon

0 comments on commit ab86469

Please sign in to comment.