Skip to content

Commit ef362ef

Browse files
Update commit for install scripts
1 parent 7499f4c commit ef362ef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ The setup script can install the configuration files in a few clicks. You can al
1616

1717
**Windows:** Open a PowerShell prompt as Administrator. You can do this by right-clicking the Windows button in the taskbar, then selecting the "Terminal (Admin)" or "PowerShell (Admin)" menu option. Next, copy the below command, paste it into the window (`Ctrl+V`), and press the Enter/Return key:
1818
```
19-
& ([scriptblock]::Create((irm "https://raw.githubusercontent.com/corbindavenport/just-the-browser/refs/tags/v1.2/main.ps1")))
19+
& ([scriptblock]::Create((irm "https://raw.githubusercontent.com/corbindavenport/just-the-browser/7499f4ca1a3af960ad3a34f31438dc1791c1a26c/main.ps1")))
2020
```
2121

2222
**Mac and Linux:** Search for the Terminal in your applications list and open it. Next, copy the below command, paste it into the window (`Ctrl+V` or `Cmd+V`), and press the Enter/Return key:
2323

2424
```
25-
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/corbindavenport/just-the-browser/refs/tags/v1.2/main.sh)"
25+
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/corbindavenport/just-the-browser/7499f4ca1a3af960ad3a34f31438dc1791c1a26c/main.sh)"
2626
```
2727

2828
## Subscribe to updates

0 commit comments

Comments
 (0)