Skip to content

Commit

Permalink
Update dependencies.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
LeChatP authored May 9, 2024
1 parent a5e7ae0 commit 62abaa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ fi

if [ ! -f "/bin/cargo" ]; then
cp ~/.cargo/bin/cargo /usr/bin
ln -s /usr/local/bin/cargo /bin/cargo
ln -s /bin/cargo /usr/bin/cargo
echo "as $HOME/.cargo/bin/cargo cargo program is copied to /usr/bin"
fi

Expand Down

0 comments on commit 62abaa9

Please sign in to comment.