Update Game Servers/ARK - Survival Ascended.md

This commit is contained in:
Nicole Rappe
2024-05-07 10:08:34 -06:00
parent 4cb074b7f9
commit b9fc484db1

View File

@ -16,9 +16,7 @@ There is an issue where if you run a dedicated server, part of that requires API
!!! note "Run as Administrator"
You need to run the script as an administrator. This will require that you run `Set-ExecutionPolicy Bypass` in an admin powershell session beforehand, then run the script with something like the following set of commands:
```
Set-ExecutionPolicy Bypass
CD "C:\Users\nicole.rappe\Downloads"
.\Install_Certificate.ps1
PowerShell -ExecutionPolicy Bypass -File "C:\Users\nicole.rappe\Downloads\Install_Certificate.ps1"
```
## SteamCMD Deployment Script