summaryrefslogtreecommitdiff
path: root/static/get.ps1
diff options
context:
space:
mode:
Diffstat (limited to 'static/get.ps1')
-rw-r--r--static/get.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/static/get.ps1 b/static/get.ps1
index 8a67b82..8975be3 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 Aug 31, 2024."
+Write-Host "The current command (irm https://massgrave.dev/get | iex) will be retired on Dec 31, 2024."
Write-Host -ForegroundColor Green "Use the new command (irm https://get.activated.win | iex) moving forward."
write-host