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