diff options
| author | WindowsAddict | 2024-08-29 22:03:03 +0000 |
|---|---|---|
| committer | WindowsAddict | 2024-08-29 22:03:03 +0000 |
| commit | 3b80e1769c6992b2e5adbd2dd5fdbf71d69fe6cd (patch) | |
| tree | 8797eb26069a09772983739c57211cb787a8e8c9 | |
| parent | 2651a0018370d8bf077c288c23c46cefed5ea38b (diff) | |
| download | massgrave.dev-3b80e1769c6992b2e5adbd2dd5fdbf71d69fe6cd.zip | |
Extend expiry date of massgrave.dev/get to 31/12/2024
| -rw-r--r-- | docs/news.md | 3 | ||||
| -rw-r--r-- | static/get.ps1 | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/docs/news.md b/docs/news.md index e68492f..177daa1 100644 --- a/docs/news.md +++ b/docs/news.md @@ -1,5 +1,8 @@ # News
+### [30-Aug-24] Extend expiry date of massgrave.dev/get to 31/12/2024
+Because it looks like some ISPs are flagging new URLs for up to 5-6 months
+
### [21-Aug-24] Added: August updated ISO's for Windows 10/11/Server 2022
https://massgrave.dev/genuine-installation-media
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
|
