Software for Argon One Pi 4 cases cannot be installed.

  • I bought the argon case for my Pi4 and fail to install the software.

    Is the software not compatible with LibreElec?

    Code
    LibreELEC (official): 9.2.1 (RPi4.arm)
    Raspi-Schlafzimmer:~ #  curl https://download.argon40.com/argon1.sh | bash
      % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                     Dload  Upload   Total   Spent    Left  Speed
      0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0bash: syntax error: unexpected "("
     63 20128   63 12818    0     0  18657      0  0:00:01 --:--:--  0:00:01 18657
    curl: (23) Failed writing body (761 != 1291)
  • Hello

    After a new 9.2.7 installation I tried to install the Argon software.

    But the script throws an error message.

    Can I do something to make it work again?

    Code
    Raspi-Schlafzimmer:~ # curl https://download.argon40.com/argonone-setup-libreele
    c.sh | bash
      % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                     Dload  Upload   Total   Spent    Left  Speed
    100 13622  100 13622    0     0  24544      0 --:--:-- --:--:-- --:--:-- 24500
    ***************************
    Argon One Setup Completed.
    ***************************
    Too many errors from stdin
    Changes take effect upon restart
  • Code
    daemonname="argononed"
    powerbuttonscript=/storage/.config/$daemonname.py
    shutdownscript="/storage/.config/"$daemonname"-poweroff.py"
    daemonconfigfile=/storage/$daemonname.conf
    configscript=/storage/argonone-config
    removescript=/storage/argonone-uninstall
    daemonfanservice=/storage/.config/system.d/$daemonname.service
    
    
    argononeshutdownscript="/storage/.config/shutdown.sh"

    Does this seem like a lot of scripts for a fan and power button? Could this not be a part of LibreELEC settings addon?

    Please excuse my ignorance if I am being naive. I only want to get the fan working. I have actually been using LibreELEC without this script for a few months. It just seems a lot to get a fan working. I am no programmer so maybe it looks that way because of my lack of knowledge.

    Cheers,

    LongMan