Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added shortened URL + instructions
  • Loading branch information
kage-chan authored Sep 30, 2024
1 parent 4d3a7fa commit fa6d34a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,15 @@ curl -O https://github.com/kage-chan/TNSH/raw/refs/heads/main/TNSH.sh
chmod +x TNSH.sh
./TNSH.sh
```

Alternatively, if you trust URL-shorteners, feel free to use this shortened version of the URL:
```
curl -O https://tinyurl.com/muw36ara
mv muw36ara TNSH.sh
chmod +x TNSH.sh
./TNSH.sh
```

The script will detect the TrueNAS SCALE installer environment and prompt you. After confirming, please choose the size of the partition for TrueNAS SCALE. You'll be guided back into the actual installer, where you can carry on with the install as usual.

>[!CAUTION]
Expand All @@ -54,3 +63,11 @@ curl -O https://github.com/kage-chan/TNSH/raw/refs/heads/main/TNSH.sh
chmod +x TNSH.sh
sudo ./TNSH.sh
```

Alternatively, if you trust URL-shorteners, feel free to use this shortened version of the URL:
```
curl -O https://tinyurl.com/muw36ara
mv muw36ara TNSH.sh
chmod +x TNSH.sh
./TNSH.sh
```

0 comments on commit fa6d34a

Please sign in to comment.