Skip to content

Commit

Permalink
Update csharpier.bash
Browse files Browse the repository at this point in the history
  • Loading branch information
raxod502 authored Nov 12, 2024
1 parent 5edc85d commit 872ef89
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/formatters/installers/csharpier.bash
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ apt-get install -y dotnet-sdk-8.0

dotnet tool install csharpier -g

ln -s "$HOME/.dotnet/tools/dotnet-csharpier" /usr/local/bin/
ls "${HOME}/.dotnet/tools" | while read -r tool; do
ln -s "${HOME}/.dotnet/tools/${tool}" /usr/local/bin/
done

0 comments on commit 872ef89

Please sign in to comment.