From b8e540b991369ee33fe27c7dac4afee43f82b7c9 Mon Sep 17 00:00:00 2001 From: okunze Date: Fri, 6 Jun 2025 21:07:51 +0000 Subject: [PATCH] Automated Change by GitHub Action --- source/argon1.sh | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/source/argon1.sh b/source/argon1.sh index f83535f..9d52aa0 100644 --- a/source/argon1.sh +++ b/source/argon1.sh @@ -334,6 +334,7 @@ fi # Other utility scripts sudo wget $ARGONDOWNLOADSERVER/scripts/argonstatus.py -O $INSTALLATIONFOLDER/argonstatus.py --quiet +sudo wget $ARGONDOWNLOADSERVER/scripts/argondashboard.py -O $INSTALLATIONFOLDER/argondashboard.py --quiet sudo wget $ARGONDOWNLOADSERVER/scripts/argon-status.sh -O $statusdisplayscript --quiet sudo chmod 755 $statusdisplayscript @@ -451,7 +452,7 @@ then then echo 'screenlist="clock cpu storage raid ram temp ip"' >> $oledconfigfile else - echo 'screenlist="clock cpu storage ram temp ip"' >> $oledconfigfile + echo 'screenlist="logo1v5 clock cpu storage ram temp ip"' >> $oledconfigfile fi fi @@ -475,6 +476,14 @@ then do sudo wget $ARGONDOWNLOADSERVER/oled/${binfile}.bin -O $INSTALLATIONFOLDER/oled/${binfile}.bin --quiet done + + if [ "$CHECKDEVICE" = "oneoled" ] + then + for binfile in logo1v5 + do + sudo wget $ARGONDOWNLOADSERVER/oled/${binfile}.bin -O $INSTALLATIONFOLDER/oled/${binfile}.bin --quiet + done + fi fi