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 ```