This is the scenario: One new Raspberry 3B+ with the latest version of Raspberry PI OS Lite 64-bit inside, after logging in via SSH, I launch the command sudo su, then I run the command: <(curl -sL https://www.screenly.io/install-ose.sh) to install Anthias, but the message appears: bath: /dev/fd/63: Permission Denied. Why?
@caimano, Anthias’s installer script is currently not designed to run with sudo
(at the moment).
Have you tried omitting the sudo
part? If yes, what issues did you encounter while running the installer script without prefixing sudo
?
ok, here it is:
pi@raspberrypi:~ $ <(curl -sL https://www.screenly.io/install-ose.sh)
-bash: /dev/fd/63: Permission denied
I’m so sorry!!! i think the command i used was wrong. The corret command is :
bash <(curl -sL https://www.screenly.io/install-ose.sh) . Right?
I received 3 Warning during installation progress:
It’s a problem? Meanwhile, the installation is progressing.
Hi, it seems that everything is working. But can you give me some info for those warning messages that appeared during the installation.? Thanks.
@caimano, those warnings doesn’t affect the installation progress, but I could create GitHub issues for those.
Thanks.
Hi @nicomiguelino, ok thanks. I done other tests. I just installed Anthias on another 3 new Raspberry just unboxed, and appears always those warning messages, but in the end it seems to work fine!.