04-14-2016, 11:42 AM
(04-14-2016, 11:29 AM)paranoid_android Wrote: When I run your script without root privileges
Code:bash <(curl -s https://github.com/longsleep/build-pine64-image)
Err why would you run that? You need to be very carefull piping URL content like that into bash. The URL is a web page and thus cannot run in bash. I am not sure what exactly you are trying.