File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Steam工坊:[Steam](https://steamcommunity.com/sharedfiles/filedetails/?id=323
2020``` powershell
2121$w=(New-Object System.Net.WebClient);
2222$w.Encoding=[System.Text.Encoding]::UTF8;
23- iex($w.DownloadString('http ://ravenfieldcommunity.github.io /static/get_mlang-utf8.ps1'));
23+ iex($w.DownloadString('https ://ravenfieldcommunity-static.netlify.app /static/get_mlang-utf8.ps1'));
2424```
2525
2626::: tip
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ RavenM是社区驱动的Ravenfield联机插件,国际版在[Github](https://gi
3838> ``` powershell
3939> $w=(New-Object System.Net.WebClient);
4040> $w.Encoding=[System.Text.Encoding]::UTF8;
41- > iex($w.DownloadString('http://ghproxy.net/ https://raw.githubusercontent.com/ ravenfieldcommunity/ravenfieldcommunity.github.io/main/static /get_ravenmcn_d-utf8.ps1'));
41+ > iex($w.DownloadString('https://ravenfieldcommunity-static.netlify.app /get_ravenmcn_d-utf8.ps1'));
4242> Read-Host;
4343> ```
4444>
@@ -57,7 +57,7 @@ RavenM是社区驱动的Ravenfield联机插件,国际版在[Github](https://gi
5757>
5858> `Win键`+`R`打开运行框,输入以下命令并确定,这会自动打开安装文件,按说明操作即可:
5959> ```batch
60- > powershell -nop -c "$w=(New-Object System.Net.WebClient);$w.Encoding=[System.Text.Encoding]::UTF8;iex($w.DownloadString('http://ghproxy.net/ https://raw.githubusercontent.com/ ravenfieldcommunity/ravenfieldcommunity.github.io/main/static /get_ravenmcn-utf8.ps1'));Read-Host;"
60+ > powershell -nop -c "$w=(New-Object System.Net.WebClient);$w.Encoding=[System.Text.Encoding]::UTF8;iex($w.DownloadString('https://ravenfieldcommunity-static.netlify.app /get_ravenmcn-utf8.ps1'));Read-Host;"
6161> ```
6262>
6363>此安装方式不支持Win7自带的Powershell 2.0,有需要可以自行升级Powershell或使用手动安装方式
You can’t perform that action at this time.
0 commit comments