Skip to content

Commit

Permalink
Remove '/' from url
Browse files Browse the repository at this point in the history
Resulting in the installation not starting (bad URL)
  • Loading branch information
tveyben authored Jan 18, 2023
1 parent 6f44a01 commit b8d26ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ To quickly get up and running with a new Windows box with a minimum of manual in

# Straight to the point
Open this URL in a MS browser on the just installed Windows 10 box:
https://boxstarter.org/package/url/?https://raw.githubusercontent.com/tveyben/boxstarter/main/boxstarter-win10.txt
https://boxstarter.org/package/url?https://raw.githubusercontent.com/tveyben/boxstarter/main/boxstarter-win10.txt
Wait ~1,5h
Handle to few installers that require manuel intervention (they are executed last)

Expand Down Expand Up @@ -41,9 +41,9 @@ Handle to few installers that require manuel intervention (they are executed las

- Launch boxstarter
- Either via PowerShell (Win x, a), then paste the following command
- `start https://boxstarter.org/package/url/?https://raw.githubusercontent.com/tveyben/boxstarter/main/boxstarter-win10.txt`
- `start https://boxstarter.org/package/url?https://raw.githubusercontent.com/tveyben/boxstarter/main/boxstarter-win10.txt`
- Or paste the URL into a MS browser (not Chrome)
- `https://boxstarter.org/package/url/?https://raw.githubusercontent.com/tveyben/boxstarter/main/boxstarter-win10.txt`
- `https://boxstarter.org/package/url?https://raw.githubusercontent.com/tveyben/boxstarter/main/boxstarter-win10.txt`
- Then
- Select "Open" to open this file
- Select "Run" to execute the script
Expand Down

0 comments on commit b8d26ca

Please sign in to comment.