Skip to content

Commit

Permalink
steam installer
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobhviid committed Jan 21, 2020
1 parent b51000f commit 43a441b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
18 changes: 18 additions & 0 deletions install-4-specificgames.ps1
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
2 changes: 2 additions & 0 deletions steamcmd.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
login user password
app_update 908070 validate

0 comments on commit 43a441b

Please sign in to comment.