From 572eabc47895303f2ae62b330c75e07c8e74dc6d Mon Sep 17 00:00:00 2001 From: Ben Hardill Date: Thu, 30 Jul 2026 10:31:58 +0100 Subject: [PATCH] Update for NR 5.0.2 and 4.1.12 --- flowforge-docker/install-device-cache.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flowforge-docker/install-device-cache.sh b/flowforge-docker/install-device-cache.sh index 8e4f5ea..f18c517 100755 --- a/flowforge-docker/install-device-cache.sh +++ b/flowforge-docker/install-device-cache.sh @@ -1,6 +1,6 @@ #!/bin/sh -x -VERSION_LIST="4.0.4 4.0.5 4.0.7 4.0.8 4.0.9 4.1.0 4.1.1 4.1.2 4.1.3 4.1.4 4.1.5 4.1.6 4.1.7 4.1.8 4.1.10 4.1.11 5.0.0 5.0.1" +VERSION_LIST="4.0.4 4.0.5 4.0.7 4.0.8 4.0.9 4.1.0 4.1.1 4.1.2 4.1.3 4.1.4 4.1.5 4.1.6 4.1.7 4.1.8 4.1.10 4.1.11 4.1.12 5.0.0 5.0.1 5.0.2" mkdir -p device/cache cd device/cache