Skip to content

Commit

Permalink
Merge pull request #183 from FlowFuse/hardillb-patch-4
Browse files Browse the repository at this point in the history
Add NR 4.0.8 to cache
  • Loading branch information
Steve-Mcl authored Dec 20, 2024
2 parents e562786 + 8864fcd commit c4b85be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flowforge-docker/install-device-cache.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh -x

VERSION_LIST="4.0.0 4.0.1 4.0.2 4.0.3 4.0.4 4.0.5 4.0.7"
VERSION_LIST="4.0.0 4.0.1 4.0.2 4.0.3 4.0.4 4.0.5 4.0.7 4.0.8"

mkdir -p device/cache
cd device/cache
Expand All @@ -17,4 +17,4 @@ done

pwd
ls -l
du -sh
du -sh

0 comments on commit c4b85be

Please sign in to comment.