Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fixed download URLs in code snipüpets
  • Loading branch information
kage-chan authored Sep 27, 2024
1 parent 70884c7 commit 4d3a7fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Regardless of the mode your're running the TrueNAS SCALE Helper in, it will show
## 🔨 During TrueNAS SCALE install
To install TrueNAS SCALE on a partition instead of the whole disk, the script offers a convenient "installer mode", which is only active if you start the script from the TrueNAS SCALE environment. To use the script, please choose "Shell" from the installer menu. In the shell, make sure that you have internet access and run the following code:
```
curl -O https://raw.githubusercontent.com/kage-chan/HomeLab/main/TNSH/TNSH.sh
curl -O https://github.com/kage-chan/TNSH/raw/refs/heads/main/TNSH.sh
chmod +x TNSH.sh
./TNSH.sh
```
Expand All @@ -50,7 +50,7 @@ The script will detect the TrueNAS SCALE installer environment and prompt you. A
## 🏚️ After the install
To use the script, simply download it and make it executable. The script MUST be run as root, since it does work with pretty important system settings.
```
curl -O https://raw.githubusercontent.com/kage-chan/HomeLab/main/TNSH/TNSH.sh
curl -O https://github.com/kage-chan/TNSH/raw/refs/heads/main/TNSH.sh
chmod +x TNSH.sh
sudo ./TNSH.sh
```

0 comments on commit 4d3a7fa

Please sign in to comment.