From c426e59a2fa64493c4579d0acb02c57be340117c Mon Sep 17 00:00:00 2001 From: LoganDark Date: Thu, 27 May 2021 16:23:09 +0200 Subject: [PATCH] Removed "your computer will explode" message --- install-wsl.psm1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-wsl.psm1 b/install-wsl.psm1 index a9d516c..bd68bd8 100644 --- a/install-wsl.psm1 +++ b/install-wsl.psm1 @@ -136,7 +136,7 @@ Workflow Install-WSL { # once in a row. For example if you are installing multiple distros # Should work okay... - Write-Information 'Restart your computer in 30 seconds or it will explode' + Write-Information 'Please restart your computer to continue the installation' 'restart-needed' Suspend-Workflow