From ded6a53fcfccf14b940610264ef992f4e0bebc41 Mon Sep 17 00:00:00 2001 From: Leonard von Witzleben Date: Mon, 13 Sep 2021 14:42:01 +0000 Subject: [PATCH] Update LineageOsInstallation.md --- Guides/LineageOsInstallation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Guides/LineageOsInstallation.md b/Guides/LineageOsInstallation.md index 7a4a9fa..961982b 100644 --- a/Guides/LineageOsInstallation.md +++ b/Guides/LineageOsInstallation.md @@ -19,7 +19,7 @@ 1. Type `adb devices` on your computer. The result should show something like ``` List of devices attached - A209VYM20201 device + device ``` ## 4. Install LinegaeOS recovery image @@ -27,7 +27,7 @@ 1. Fairphone should show the bootloader screen. 1. Type `fastboot devices` on your computer. The result should show something like ``` - A209VYM20201 fastboot + fastboot ``` 1. Type on your computer `fastboot oem unlock`. 1. Install fastboot image by typing `fastboot flash recovery ` on your computer ( is the img-file you have downloaded in 1.).