summaryrefslogtreecommitdiff
path: root/static/get.ps1
diff options
context:
space:
mode:
authorWindowsAddict2024-05-30 21:26:51 +0000
committerWindowsAddict2024-05-30 21:26:51 +0000
commit3fa26197bdfd8b2301ec4b09da3937b9964886e3 (patch)
tree9b9be8a1d9da4ee4e0475b026744191627d330b8 /static/get.ps1
parent530dd2b7b163d2baa3ffa5a88bba9d991e50e1a3 (diff)
downloadmassgrave.dev-3fa26197bdfd8b2301ec4b09da3937b9964886e3.zip
Extend the date to Aug 31, 2024
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 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