diff options
| -rw-r--r-- | static/build.html | 2 | ||||
| -rw-r--r-- | static/faq.html | 2 | ||||
| -rw-r--r-- | static/index.html | 2 | ||||
| -rw-r--r-- | static/install/cli.html | 11 | ||||
| -rw-r--r-- | static/install/web.html | 4 | ||||
| -rw-r--r-- | static/js/redirect.js | 2 | ||||
| -rw-r--r-- | static/releases.html | 2 | ||||
| -rw-r--r-- | static/usage.html | 2 |
8 files changed, 14 insertions, 13 deletions
diff --git a/static/build.html b/static/build.html index c65834af..462b9b52 100644 --- a/static/build.html +++ b/static/build.html @@ -26,7 +26,7 @@ <link rel="stylesheet" href="/grapheneos.css?29"/> <link rel="manifest" href="/manifest.webmanifest"/> <link rel="license" href="/LICENSE.txt"/> - <script type="module" src="/js/redirect.js?8"></script> + <script type="module" src="/js/redirect.js?9"></script> </head> <body> <header> diff --git a/static/faq.html b/static/faq.html index 44734880..8aff858b 100644 --- a/static/faq.html +++ b/static/faq.html @@ -26,7 +26,7 @@ <link rel="stylesheet" href="/grapheneos.css?29"/> <link rel="manifest" href="/manifest.webmanifest"/> <link rel="license" href="/LICENSE.txt"/> - <script type="module" src="/js/redirect.js?8"></script> + <script type="module" src="/js/redirect.js?9"></script> </head> <body> <header> diff --git a/static/index.html b/static/index.html index c5ed6d91..cada6b94 100644 --- a/static/index.html +++ b/static/index.html @@ -26,7 +26,7 @@ <link rel="stylesheet" href="/grapheneos.css?29"/> <link rel="manifest" href="/manifest.webmanifest"/> <link rel="license" href="/LICENSE.txt"/> - <script type="module" src="/js/redirect.js?8"></script> + <script type="module" src="/js/redirect.js?9"></script> </head> <body> <header> diff --git a/static/install/cli.html b/static/install/cli.html index e52cb6c5..59152687 100644 --- a/static/install/cli.html +++ b/static/install/cli.html @@ -80,7 +80,7 @@ </ul> </li> <li><a href="#checking-fastboot-version">Checking fastboot version</a></li> - <li><a href="#fastboot-as-non-root">Fastboot as non-root</a></li> + <li><a href="#flashing-as-non-root">Flashing as non-root</a></li> <li><a href="#connecting-phone">Connecting the phone</a></li> <li><a href="#unlocking-the-bootloader">Unlocking the bootloader</a></li> <li><a href="#obtaining-signify">Obtaining signify</a></li> @@ -259,12 +259,11 @@ tar xvf platform-tools_r30.0.5-windows.zip</pre> Installed as /home/username/platform-tools/fastboot</pre> </section> - <section id="fastboot-as-non-root"> - <h2><a href="#fastboot-as-non-root">Fastboot as non-root</a></h2> + <section id="flashing-as-non-root"> + <h2><a href="#flashing-as-non-root">Flashing as non-root</a></h2> - <p>On Linux, in order for the <code>fastboot</code> command to connect to a device - as non-root, the appropriate udev rules need to be set up. This is not an issue on - either macOS or Windows.</p> + <p>On Linux, in order for to connect to a device as non-root, the appropriate udev + rules need to be set up. This is not an issue on either macOS or Windows.</p> <p>On Arch Linux:</p> diff --git a/static/install/web.html b/static/install/web.html index 899c618b..836e995f 100644 --- a/static/install/web.html +++ b/static/install/web.html @@ -115,8 +115,8 @@ Play services as part of Factory Reset Protection (FRP) for anti-theft protection.</p> </section> - <section id="fastboot-as-non-root"> - <h2><a href="#fastboot-as-non-root">Fastboot as non-root</a></h2> + <section id="flashing-as-non-root"> + <h2><a href="#flashing-as-non-root">Flashing as non-root</a></h2> <p>On Linux, in order for to connect to a device as non-root, the appropriate udev rules need to be set up. This is not an issue on either macOS or Windows.</p> diff --git a/static/js/redirect.js b/static/js/redirect.js index e11560d1..f865fa98 100644 --- a/static/js/redirect.js +++ b/static/js/redirect.js @@ -19,6 +19,8 @@ const redirects = new Map([ ["/releases#sailfish-beta", "/faq#legacy-devices"], ["/faq#dns", "/faq#custom-dns"], ["/build#upgrading-to-android-10", "/build#generating-release-signing-keys"], + ["/install/cli#fastboot-as-non-root", "/install/cli#flashing-as-non-root"], + ["/install/web#fastboot-as-non-root", "/install/web#flashing-as-non-root"], ]); function handle_hash() { diff --git a/static/releases.html b/static/releases.html index 887eb729..763ef121 100644 --- a/static/releases.html +++ b/static/releases.html @@ -28,7 +28,7 @@ <link rel="manifest" href="/manifest.webmanifest"/> <link rel="license" href="/LICENSE.txt"/> <script type="module" src="/js/releases.js?13"></script> - <script type="module" src="/js/redirect.js?8"></script> + <script type="module" src="/js/redirect.js?9"></script> </head> <body> <header> diff --git a/static/usage.html b/static/usage.html index 13564d42..466a8147 100644 --- a/static/usage.html +++ b/static/usage.html @@ -26,7 +26,7 @@ <link rel="stylesheet" href="/grapheneos.css?29"/> <link rel="manifest" href="/manifest.webmanifest"/> <link rel="license" href="/LICENSE.txt"/> - <script type="module" src="/js/redirect.js?8"></script> + <script type="module" src="/js/redirect.js?9"></script> </head> <body> <header> |
