ok, let's take a stab...Hello Community,
I purchased the Argon Eon Raspberry pi nas and am having some serious issues installing it.
It took the Raspberry pi lite install, although I have no idea how to access it, this was just bought for the nas part.
It will not take the command: curl https://download.argon40.com/argoneon.sh | bash, or: sudo wget -O - https://github.com/OpenMediaVault-Plugi ... er/install | sudo bash
I am also having trouble identifying what key combo creates this symbol: "|"
I have never messed around with any form of linux or pi os before so please be patient.
Thanks.
it's possible you don't have either curl or wget installed... so before you type the command above, first run...
sudo apt update // this is to update the package list
sudo apt install curl // this will install curl...
now you're command above should work...
as far as the key that has the bar | on it... I'm in the states, so for me the key combo is hold down shift and then hit the \ key... (the vertical bar is likely also printed on the same key)
hope that helps.
Statistics: Posted by pfharlock — Sat Mar 08, 2025 2:08 am