From 6c400ba47fcd86adf96de79d65575db6df07327f Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Thu, 28 Jul 2022 04:56:09 -0400 Subject: begin adding Pixel 6a (bluejay) support --- process-static | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'process-static') diff --git a/process-static b/process-static index 99414175..59c28400 100755 --- a/process-static +++ b/process-static @@ -63,7 +63,7 @@ done sed -i "$replace" static-tmp/**/*.html nginx-tmp/nginx.conf nginx-tmp/snippets/preload.conf replace= -devices=(raven oriole barbet redfin bramble sunfish coral flame bonito sargo crosshatch blueline) +devices=(bluejay raven oriole barbet redfin bramble sunfish coral flame bonito sargo crosshatch blueline) channels=(stable beta) for device in ${devices[@]}; do for channel in ${channels[@]}; do -- cgit v1.3.1