-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b51000f
commit 43a441b
Showing
2 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# scoop install 7zip | ||
scoop install 7zip | ||
appget install steam | ||
|
||
# Copying games install script | ||
Copy-Item .\steamcmd.txt "C:\Program Files (x86)\Steam\steamcmd.txt" | ||
|
||
# Change Dir to Steam | ||
Set-Location "C:\Program Files (x86)\Steam\" | ||
Invoke-WebRequest https://steamcdn-a.akamaihd.net/client/installer/steamcmd.zip -o steamcmd.zip | ||
|
||
# unzipping steamcmd.exe | ||
7z x .\steamcmd.zip | ||
|
||
# Deleating steamcmd.zip | ||
Remove-Item -Force .\steamcmd.zip | ||
|
||
steamcmd +runscript steamcmd.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
login user password | ||
app_update 908070 validate |