Skip to content
This repository was archived by the owner on Feb 23, 2025. It is now read-only.

Commit 1153b6e

Browse files
authored
Update README.md
1 parent 39db385 commit 1153b6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@ Those adjustments were needed as not all used by me applications were available
4848
### Paste this command into Powershell (admin):
4949

5050
```ps
51-
iex ((New-Object System.Net.WebClient).DownloadString('https://bit.ly/InstallerScript'))
51+
iex ((New-Object System.Net.WebClient).DownloadString('https://bit.ly/InstallerScriptMain'))
5252
```
5353

5454
### Or use shorter command into Powershell (admin):
5555

5656
```ps
57-
iwr -useb https://bit.ly/InstallerScript | iex
57+
iwr -useb https://bit.ly/InstallerScriptMain | iex
5858
```
5959

6060
### Or Manually:

0 commit comments

Comments
 (0)