blob: 8683bc0ff039b8f24f9f40e8bb80d2d017479e23 [file] [log] [blame]
for combo in $(curl -s https://raw.githubusercontent.com/LineageOS/hudson/master/lineage-build-targets | sed -e 's/#.*$//' | grep lineage-16.0 | awk '{printf "lineage_%s-%s\n", $1, $2}')
do
add_lunch_combo $combo
done