Skip to content
This repository was archived by the owner on Mar 31, 2023. It is now read-only.

Commit 3769d09

Browse files
author
brysondev
committed
v3.1.0 - Murse update
1 parent 801b6b1 commit 3769d09

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

of_install.bat

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ if not exist "%MURSE_PATH%murse.exe" (
8181
md "murse"
8282
cd /D "murse"
8383
:: For windows 7 backwards compatibility...
84-
powershell -Command "[System.Net.ServicePointManager]::ServerCertificateValidationCallback = {$true}; [Net.ServicePointManager]::SecurityProtocol = [Net.ServicePointManager]::SecurityProtocol -bor [Net.SecurityProtocolType]::Tls12; (New-Object Net.WebClient).DownloadFile('https://git.sr.ht/~welt/murse/refs/download/v0.3.2/murse-v0.3.2-windows-386.zip', 'murse.zip')"
84+
powershell -Command "[System.Net.ServicePointManager]::ServerCertificateValidationCallback = {$true}; [Net.ServicePointManager]::SecurityProtocol = [Net.ServicePointManager]::SecurityProtocol -bor [Net.SecurityProtocolType]::Tls12; (New-Object Net.WebClient).DownloadFile('https://git.sr.ht/~webb/murse/refs/download/v0.4.0/murse-v0.4.0-windows-amd64.zip', 'murse.zip')"
8585
Call :UnZipFile "%MURSE_PATH%" "%MURSE_PATH%murse.zip"
8686
)
8787
goto verify
@@ -132,7 +132,7 @@ for /F %%a in ('echo prompt $E ^| cmd') do (
132132
SETLOCAL EnableDelayedExpansion
133133

134134
:: TODO: Possibly let them input threads, but honestly this should be fine for now...
135-
murse.exe upgrade "%STEAM_REG_PATH%\open_fortress" -1
135+
murse.exe upgrade "%STEAM_REG_PATH%\open_fortress"
136136
if %ERRORLEVEL% EQU 1 (
137137
echo Something went wrong...
138138
echo %ESC%[101mError Code 4XX means you are temporarily ^(or permanently^) restricted from accessing the server. Try again in 20 minutes.%ESC%[0m
@@ -142,7 +142,7 @@ if %ERRORLEVEL% EQU 1 (
142142
echo Validating just in case...
143143
echo This will take a while...
144144

145-
murse.exe verify "%STEAM_REG_PATH%\open_fortress" -1 -r
145+
murse.exe verify "%STEAM_REG_PATH%\open_fortress" -r
146146
:: > nul 2>&1
147147
if %ERRORLEVEL% EQU 1 (
148148
echo Something went wrong...

0 commit comments

Comments
 (0)