93256e4ac9
* Update backuptool versions * Update text references * Set version minor to 1 Change-Id: I30eea1f1cb01e2165311364cc62b589669bb1290
4 lines
222 B
Bash
4 lines
222 B
Bash
for combo in $(curl -s https://raw.githubusercontent.com/LineageOS/hudson/master/lineage-build-targets | sed -e 's/#.*$//' | grep lineage-15.1 | awk '{printf "lineage_%s-%s\n", $1, $2}')
|
|
do
|
|
add_lunch_combo $combo
|
|
done
|