Skip to content

Commit 0b6b0db

Browse files
committed
Fix link url
only kernel version left
1 parent 6e67133 commit 0b6b0db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ExSource.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ echo "$json"
1616
LINEAGE_URL=$(echo "$json" | jq -r '.["LineageOS-20"].kernel[0]' | cut -d ' ' -f 3)
1717
ZENITSU_URL=$(echo "$json" | jq -r '.Zenitsu.kernel[0] | split(" ")[2]')
1818
DIVEST_URL=$(echo "$json" | jq -r '.["DivestOS-13"].kernel[0]' | cut -d ' ' -f 3)
19-
LAVA_URL=$(echo "$json" | jq -r '.["vlad-experimental"].kernel[0]' | cut -d ' ' -f 3)
19+
LAVA_URL=$(echo "$json" | jq -r '.["Lava"].kernel[3]' | cut -d ' ' -f 3)
2020

2121
# Print extracted URLs
2222
echo "Lineage URL: $LINEAGE_URL"

0 commit comments

Comments
 (0)