Skip to content

Commit 872ef89

Browse files
authored
Update csharpier.bash
1 parent 5edc85d commit 872ef89

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/formatters/installers/csharpier.bash

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@ apt-get install -y dotnet-sdk-8.0
22

33
dotnet tool install csharpier -g
44

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

0 commit comments

Comments
 (0)