From 5a0a94bb4b08c5e779c8a8e72c231030cf5365c5 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Tue, 7 May 2024 10:12:20 -0600 Subject: [PATCH] Update Game Servers/ARK - Survival Ascended.md --- Game Servers/ARK - Survival Ascended.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Game Servers/ARK - Survival Ascended.md b/Game Servers/ARK - Survival Ascended.md index 818981e..c5ea824 100644 --- a/Game Servers/ARK - Survival Ascended.md +++ b/Game Servers/ARK - Survival Ascended.md @@ -11,12 +11,10 @@ We need to install the Visual C++ Redistributable for both x86 and x64 ## Run Unreal Engine Certificate Trust Script There is an issue where if you run a dedicated server, part of that requires API access to Epic Games and that will not work without installing a few certificates. The original Github page can be found [here](https://github.com/Ch4r0ne/UnrealEngine_Dedicated_Server_Install_CA/tree/main), which details the reason for it in more detail. -- [Download Unreal Engine Certificate Install Script](https://github.com/Ch4r0ne/UnrealEngine_Dedicated_Server_Install_CA/blob/main/Install_Certificate.ps1) - !!! note "Run as Administrator" - You need to run the command as an administrator. This command will temporarily bypass the script execution policy: + You need to run the command as an administrator. This command will download the script automatically and temporarily bypass the script execution policy to run the script: ``` - PowerShell -ExecutionPolicy Bypass -File "C:\Users\nicole.rappe\Downloads\Install_Certificate.ps1" + PowerShell -ExecutionPolicy Bypass -Command "irm 'https://raw.githubusercontent.com/Ch4r0ne/UnrealEngine_Dedicated_Server_Install_CA/main/Install_Certificate.ps1' | iex" ``` ## SteamCMD Deployment Script