summaryrefslogtreecommitdiff
path: root/process-static
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2022-07-28 04:56:09 -0400
committerDaniel Micay <danielmicay@gmail.com>2022-08-25 23:15:08 -0400
commit6c400ba47fcd86adf96de79d65575db6df07327f (patch)
tree8514411b0e5b792e8d801be6e131300ef17fa010 /process-static
parent564c8d5f2f844744977351bb689ead5610d619eb (diff)
begin adding Pixel 6a (bluejay) support
Diffstat (limited to 'process-static')
-rwxr-xr-xprocess-static2
1 files changed, 1 insertions, 1 deletions
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