Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/LeChatP/RootAsRole
Browse files Browse the repository at this point in the history
  • Loading branch information
LeChatP committed May 9, 2024
2 parents 69b775a + 62abaa9 commit a567420
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/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 a567420

Please sign in to comment.