Skip to content

Commit

Permalink
Update init.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
fhammerl committed Aug 23, 2022
1 parent 90b99d3 commit 49e808a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/init.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
### Create _dotnetsdk
echo 'Creating symlink for embedded sdk...'
ln -s /home/codespace/.dotnet/sdk/ _dotnetsdk
echo .6.0.300 >> _dotnetsdk/6.0.300/.6.0.30
echo .6.0.300 >> _dotnetsdk/6.0.300/.6.0.300
ln -s /home/codespace/.dotnet/dotnet _dotnetsdk/6.0.300/dotnet

### Restore
Expand Down

0 comments on commit 49e808a

Please sign in to comment.