diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2023-06-27 14:16:52 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2023-06-27 14:16:52 -0400 |
| commit | e04278e76e499d8edb22f40bb61e665ce5397c1a (patch) | |
| tree | e87a0305321b02a895499562e77d41e412b31a9e /process-static | |
| parent | 6ae13d71937acf2444c1ed69a474404a6173b7b8 (diff) | |
process-static: remove dropped devices
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 0c693f45..5e891dc8 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=(felix tangorpro lynx cheetah panther bluejay raven oriole barbet redfin bramble sunfish coral flame bonito sargo crosshatch blueline) +devices=(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 |
