From 6bc15966e0820a9fadacbc21f2aaca17bb51e927 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Sun, 28 Sep 2025 21:49:16 +0300 Subject: [PATCH] Init.ps1 Update --- init.ps1 | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/init.ps1 b/init.ps1 index 678f0e7..1e808ff 100644 --- a/init.ps1 +++ b/init.ps1 @@ -1,2 +1,10 @@ -# curl.exe https://waren.io/init.ps1 | powershell - +echo "" +echo "" +echo "" +echo "==============================" +echo "Warén Init" +echo "==============================" +echo "" +echo "" +echo "" ssh-keygen -f "$Env:USERPROFILE\.ssh\keys\infra" -t ed25519 -N '' -C "$Env:USERDOMAIN"