From 2921f5a76f212bd977f846f3f6924c11af574c4d Mon Sep 17 00:00:00 2001 From: Steven Polley Date: Sat, 19 Aug 2023 21:52:24 -0600 Subject: [PATCH] update readme for device-specific ota URLs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 67ae14f..d75a1a3 100644 --- a/README.md +++ b/README.md @@ -35,9 +35,9 @@ The recommended way is to include the configuration inside your build of the ROM Create new file /data/android/lineage/vendor/lineage/build/core/deadbeef-ota.mk ```makefile -# deadbeef.codes LineageOS OTA update server - replace with your own URL +# deadbeef.codes LineageOS OTA update server - replace with your own URL - example below may be parsed as https://lineageos-ota-bluejay.deadbeef.codes ADDITIONAL_SYSTEM_PROPERTIES += \ - lineage.updater.uri=https://lineageos-ota.deadbeef.codes + lineage.updater.uri=https://lineageos-ota-{device}.deadbeef.codes ```