From 2485e1e951293ee911714971a4bd6f82162a7aab Mon Sep 17 00:00:00 2001 From: AB Date: Wed, 11 Feb 2026 12:14:32 +0200 Subject: [PATCH] Fix MC --- k8s/games/minecraft/configmaps.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/games/minecraft/configmaps.yaml b/k8s/games/minecraft/configmaps.yaml index 26ef8ac..5707f6d 100644 --- a/k8s/games/minecraft/configmaps.yaml +++ b/k8s/games/minecraft/configmaps.yaml @@ -152,7 +152,7 @@ data: var d = "$"; var q = "'"; return d + 'f="' + d + 'env:TEMP\\mc-install.ps1"; iwr -useb https://minecraft.hexor.cy/clients/win-install.ps1 -OutFile ' - + d + 'f; & ' + d + 'f -Username ' + q + username + q + '; Remove-Item ' + d + 'f'; + + d + 'f; powershell -ExecutionPolicy Bypass -File ' + d + 'f -Username ' + q + username + q + '; Remove-Item ' + d + 'f'; } document.getElementById("showInstallBtn").addEventListener("click", function(e) {