Skip to content

Commit 34c66e8

Browse files
committed
Add the post
1 parent cd513e5 commit 34c66e8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

_posts/2025-06-11-keeping-net-version-updated.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ curl -sSL https://dot.net/v1/dotnet-install.sh | bash -s -- \
4141

4242
These commands will download the script and then execute it with `bash`. But that's a bit chatty, lets make it tighter with some variables:
4343

44-
4544
```bash
4645
#!/bin/bash
4746
INSTALL_DIR="$HOME/.dotnet"
@@ -61,8 +60,6 @@ done
6160

6261
In fact, let's create a function for the installation-part, which will make overall structure a bit more readable:
6362

64-
65-
6663
```bash
6764
#!/bin/bash
6865

0 commit comments

Comments
 (0)