update readme for device-specific ota URLs
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Steven Polley 2023-08-19 21:52:24 -06:00
parent 1f3209f55e
commit 2921f5a76f
1 changed files with 2 additions and 2 deletions

View File

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