From b9fc484db1c9b5c6a86c7de2459e848fa04de160 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Tue, 7 May 2024 10:08:34 -0600 Subject: [PATCH] Update Game Servers/ARK - Survival Ascended.md --- Game Servers/ARK - Survival Ascended.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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