diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2025-04-26 14:57:12 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2025-04-26 14:57:12 -0400 |
| commit | d8b8fb9e426ac88901c92b72cdb80c0745e21dc8 (patch) | |
| tree | 3832eff0ff63e6ae2255b6685d30aa0cef197dfb /static/js | |
| parent | bfb555a1c5af3ab0c5f427ba71883e12bd1fcac3 (diff) | |
fwupd is still consistently buggy years later
Diffstat (limited to 'static/js')
| -rw-r--r-- | static/js/redirect.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/static/js/redirect.js b/static/js/redirect.js index 3689a344..5043341a 100644 --- a/static/js/redirect.js +++ b/static/js/redirect.js @@ -35,6 +35,9 @@ const redirects = new Map([ ["/install/cli#obtaining-signify", "/install/cli#obtaining-openssh"], ["/install/web#fastboot-as-non-root", "/install/web#flashing-as-non-root"], + ["/install/cli#working-around-fwupd-bug-on-linux-distributions", "/install/cli#working-around-fwupd-bugs-on-linux-distributions"], + ["/install/web#working-around-fwupd-bug-on-linux-distributions", "/install/web#working-around-fwupd-bugs-on-linux-distributions"], + ["/build#enabling-updatable-apex-components", "/build#apex-components"], ["/build#kernel-6th-generation-pixels", "/build#kernel-6th-through-9th-generation-pixels"], ["/build#kernel-7th-generation-pixels", "/build#kernel-6th-through-9th-generation-pixels"], |
