mirror of
https://github.com/denismhz/flake.git
synced 2025-11-09 16:16:23 +01:00
Fix URL
This commit is contained in:
parent
96e2a1e067
commit
eeadc96861
|
|
@ -36,7 +36,7 @@ If you're interested in running nixified.ai in the Windows Subsystem for Linux,
|
|||
|
||||
1. Execute the following in Powershell
|
||||
|
||||
`Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/nixified-ai/flake/install.ps1'))`
|
||||
`Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/nixified-ai/flake/master/install.ps1'))`
|
||||
|
||||
The WSL must be installed via the Windows Store. The script will make an attempt to enable it automatically, but this only works on a fresh system, not one that has been modified manually.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue