From 7229179520bcd6eea196176aa126cc8bd0f4f00f Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Thu, 11 May 2023 00:19:32 -0400 Subject: add hidden lynx support to prepare for launch --- process-static | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'process-static') diff --git a/process-static b/process-static index ad29bbe9..6c95a50c 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=(cheetah panther bluejay raven oriole barbet redfin bramble sunfish coral flame bonito sargo crosshatch blueline) +devices=(lynx 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 -- cgit v1.3.1