From 3fa26197bdfd8b2301ec4b09da3937b9964886e3 Mon Sep 17 00:00:00 2001 From: WindowsAddict Date: Fri, 31 May 2024 02:56:51 +0530 Subject: [PATCH] Extend the date to Aug 31, 2024 --- static/get.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/get.ps1 b/static/get.ps1 index 16460c8..92760da 100644 --- a/static/get.ps1 +++ b/static/get.ps1 @@ -3,7 +3,7 @@ $ErrorActionPreference = "Stop" write-host -Write-Host "The current command (irm https://massgrave.dev/get | iex) will be retired on July 4, 2024." +Write-Host "The current command (irm https://massgrave.dev/get | iex) will be retired on Aug 31, 2024." Write-Host -ForegroundColor Green "Use the new command (irm https://get.activated.win | iex) moving forward." write-host