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 @@ - +
On Linux, in order for the fastboot
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.
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.
On Arch Linux:
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.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.
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 @@ - +