Remove runtime hygiene extension bloat

This commit is contained in:
Advait Paliwal
2026-04-17 11:47:18 -07:00
parent 92914acff7
commit 1cd1a147f2
18 changed files with 24 additions and 821 deletions

View File

@@ -110,7 +110,7 @@ This usually means the release exists, but not all platform bundles were uploade
Workarounds:
- try again after the release finishes publishing
- pass the latest published version explicitly, e.g.:
& ([scriptblock]::Create((irm https://feynman.is/install.ps1))) -Version 0.2.27
& ([scriptblock]::Create((irm https://feynman.is/install.ps1))) -Version 0.2.28
"@
}

View File

@@ -261,7 +261,7 @@ This usually means the release exists, but not all platform bundles were uploade
Workarounds:
- try again after the release finishes publishing
- pass the latest published version explicitly, e.g.:
curl -fsSL https://feynman.is/install | bash -s -- 0.2.27
curl -fsSL https://feynman.is/install | bash -s -- 0.2.28
EOF
exit 1
fi