dev@raspberrypi:~/Desktop/EBalanceBoard $ sudo bash -x mender_install_commands.sh
- wget -O- https://get.mender.io
- sudo bash -s – --demo --commercial --jwt-token – --quiet --device-type raspberrypi0 --demo --server-url https://hosted.mender.io --server-cert=
–2023-08-25 09:54:45-- https://get.mender.io/
Resolving get.mender.io (get.mender.io)… 34.107.174.45
Connecting to get.mender.io (get.mender.io)|34.107.174.45|:443… connected.
HTTP request sent, awaiting response… 302 Moved Temporarily
Location: https://downloads.mender.io/repos/scripts/install-mender.sh [following]
–2023-08-25 09:54:47-- https://downloads.mender.io/repos/scripts/install-mender.sh
Resolving downloads.mender.io (downloads.mender.io)… 13.226.225.73, 13.226.225.121, 13.226.225.11, …
Connecting to downloads.mender.io (downloads.mender.io)|13.226.225.73|:443… connected.
HTTP request sent, awaiting response… 200 OK
Length: 19863 (19K) [text/plain]
Saving to: ‘STDOUT’
100%[=======================================================================================================>] 19.40K 22.1KB/s in 0.9s
2023-08-25 09:54:59 (22.1 KB/s) - written to stdout [19863/19863]
_
_ __ ___ ___ _ __ | | ___ _ __
| ’_ \ / _ \ '_ \ / _
|/ _ \ '|
| | | | | | / | | | (| | __/ |
|| || ||_|| ||_,|__|_|Running the Mender installation script.
Detected distribution:
raspbian/bullseye
Raspbian detected. Using compatible distribution:
debian/bullseye
Unsupported argument:--quiet
Runmender-install.sh -h
for help.
Aborting.
I just want to say this is very frustrating. I fix one thing with Mender and then another thing breaks, sort of like wack-a-mole arcade game.
Any ideas how I can fix it. I’m obviously going to edit the command file and remove --quiet but come on, easy fixes never work in programming…