diff --git a/Game Servers/ARK - Survival Ascended.md b/Game Servers/ARK - Survival Ascended.md index bb2d8ba..92050b7 100644 --- a/Game Servers/ARK - Survival Ascended.md +++ b/Game Servers/ARK - Survival Ascended.md @@ -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