Read the statement by Michael Teeuw here.
Clean installation of MM 2.9.0 on an Orange Pi PC sbc, armbian buster
-
Not exactly, that board has ethernet connection and so, internet connection. The problem is that when I run the command bash -c “$(curl -sL https://www.dropbox.com/s/rlh710ng0zwv3vp/raspberry.sh?dl=0)” it shows me an error similar like this (I don’t remember exactly):
#!/bin/bash not found (or something similar)
-
@qu1que ah. Thanks. Bash is optional on your system …hmmmm
-
no no, bash is the default shell used in that system, O.S. is debian for arm64, but maybe the problem is an syntax error, I don’t know, the thing is that using the raspberry.sh script on local works perfect
-
@qu1que oh. Maybe it’s the darned quotes. Sometimes the cut/paste makes them Ms office word doc quotes, which don’t work in Linux bash shell
-
Yes, I supposed something like that.