We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e67133 commit 0b6b0dbCopy full SHA for 0b6b0db
ExSource.sh
@@ -16,7 +16,7 @@ echo "$json"
16
LINEAGE_URL=$(echo "$json" | jq -r '.["LineageOS-20"].kernel[0]' | cut -d ' ' -f 3)
17
ZENITSU_URL=$(echo "$json" | jq -r '.Zenitsu.kernel[0] | split(" ")[2]')
18
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)
+LAVA_URL=$(echo "$json" | jq -r '.["Lava"].kernel[3]' | cut -d ' ' -f 3)
20
21
# Print extracted URLs
22
echo "Lineage URL: $LINEAGE_URL"
0 commit comments