diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2022-10-14 19:59:07 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-10-14 19:59:07 -0400 |
| commit | 70aff80f09a17b4d294bc758d75919bb47d0610f (patch) | |
| tree | fb43671ce8dcbe18c4f385b22d11a831f3493997 /process-static | |
| parent | 75e4c7bb69bd3f4564b77ef064e44d1e28f22f64 (diff) | |
prepare for future Pixel 7 Pro and Pixel 7 support
Diffstat (limited to 'process-static')
| -rwxr-xr-x | process-static | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/process-static b/process-static index 34ad05ba..db095b49 100755 --- a/process-static +++ b/process-static @@ -61,7 +61,7 @@ done sed -i "$replace" static-tmp/**/*.html nginx-tmp/nginx.conf nginx-tmp/snippets/preload.conf replace= -devices=(bluejay raven oriole barbet redfin bramble sunfish coral flame bonito sargo crosshatch blueline) +devices=(cheetah panther 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 |
