Extend expiry date of massgrave.dev/get to 31/12/2024

This commit is contained in:
2024-08-30 03:33:03 +05:30
parent 2651a00183
commit 3b80e1769c
2 changed files with 4 additions and 1 deletions

View File

@ -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