From 0be56be9f5cacdfa339e42aa64bc9746511a487e Mon Sep 17 00:00:00 2001 From: Ishaaq Date: Sat, 17 Feb 2024 17:17:23 +0000 Subject: [PATCH 1/2] Crownlte: Fix droidian image link to point to correct device --- src/devices/crownlte.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/crownlte.json b/src/devices/crownlte.json index e729629..21e1b1d 100644 --- a/src/devices/crownlte.json +++ b/src/devices/crownlte.json @@ -142,7 +142,7 @@ "type": "list", "links": [ { - "to": "https://images.droidian.org/droidian/nightly/arm64/samsung/image-fastboot-star2lte.zip", + "to": "https://images.droidian.org/droidian/nightly/arm64/samsung/image-fastboot-crownlte.zip", "text": "Droidian's image", "id": 1 }, From b7e8385c0c08b078793d6ad4ca5b97b7950ef9c1 Mon Sep 17 00:00:00 2001 From: Ishaaq Date: Sat, 17 Feb 2024 17:17:40 +0000 Subject: [PATCH 2/2] Starlte: Fix droidian image link to point to correct device --- src/devices/starlte.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/starlte.json b/src/devices/starlte.json index 3c90f57..95372c4 100644 --- a/src/devices/starlte.json +++ b/src/devices/starlte.json @@ -142,7 +142,7 @@ "type": "list", "links": [ { - "to": "https://images.droidian.org/droidian/nightly/arm64/samsung/image-fastboot-star2lte.zip", + "to": "https://images.droidian.org/droidian/nightly/arm64/samsung/image-fastboot-starlte.zip", "text": "Droidian's image", "id": 1 },