diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-05-11 18:50:06 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-05-15 14:01:27 -0400 |
| commit | a41afea74abbc0a4d372e08a1028a8df24b3ea01 (patch) | |
| tree | d6be3a50b3596b6a92eab7d71d89f6f26dff2ae8 /process-static | |
| parent | 3332fa659663f51efe4653bbf05278f9b501c284 (diff) | |
add Pixel 8a 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 81a55328..e29dbc33 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=(husky shiba felix tangorpro lynx cheetah panther bluejay raven oriole barbet redfin bramble sunfish coral flame) +devices=(akita husky shiba felix tangorpro lynx cheetah panther bluejay raven oriole barbet redfin bramble sunfish coral flame) channels=(stable beta) for device in ${devices[@]}; do for channel in ${channels[@]}; do |
