Skip to content

Commit 87f3947

Browse files
Update Steam_Install.bat
1 parent a2f8aff commit 87f3947

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Steam_Install.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
mkdir "Temp"
22
cd "Temp"
3-
powershell -Command "Start-BitsTransfer -Source https://steamcdn-a.akamaihd.net/client/installer/steamcmd.zip https://github.com/Nukem9/LinkerMod/releases/download/v1.3.2/game_mod.zip, https://cdn.discordapp.com/attachments/868600140880023592/873732438042505226/BO1_Radiant.zip, https://github.com/Nukem9/LinkerMod/releases/download/v1.0.0-r/LinkerMod-1.0.0.zip, https://cdn.discordapp.com/attachments/868600140880023592/873741090350583818/assets_wip_0.1.0.zip, https://cdn.discordapp.com/attachments/868600140880023592/873718947285979146/CoD_BO_Mod_Tools_Fix_1.4.1.zip, https://cdn.discordapp.com/attachments/868600140880023592/874069375773196338/End_Message.txt"
3+
powershell -Command "Start-BitsTransfer -Source https://steamcdn-a.akamaihd.net/client/installer/steamcmd.zip, https://github.com/Nukem9/LinkerMod/releases/download/v1.3.2/game_mod.zip, https://cdn.discordapp.com/attachments/868600140880023592/873732438042505226/BO1_Radiant.zip, https://github.com/Nukem9/LinkerMod/releases/download/v1.0.0-r/LinkerMod-1.0.0.zip, https://cdn.discordapp.com/attachments/868600140880023592/873741090350583818/assets_wip_0.1.0.zip, https://cdn.discordapp.com/attachments/868600140880023592/873718947285979146/CoD_BO_Mod_Tools_Fix_1.4.1.zip, https://cdn.discordapp.com/attachments/868600140880023592/874069375773196338/End_Message.txt"
44
powershell -Command "Expand-Archive -Force -LiteralPath steamcmd.zip"
55
cd ".."
66
call "Temp/steamcmd/steamcmd.exe" +login "YOURUSERNAME" "YOURPASSWORD" +force_install_dir "../.." +app_update 42700 +app_update 42740 verify +exit
@@ -23,4 +23,4 @@ powershell -Command "Expand-Archive -Force -LiteralPath CoD_BO_Mod_Tools_Fix_1.4
2323
type End_Message.txt
2424
pause 30
2525
cd ".."
26-
powershell -Command "Remove-Item -Force -Recurse "Temp""
26+
powershell -Command "Remove-Item -Force -Recurse "Temp""

0 commit comments

Comments
 (0)