01-20-2017, 08:54 PM
(This post was last modified: 01-20-2017, 08:57 PM by DanSchaper.
Edit Reason: Really fix curl command
)
(01-20-2017, 10:26 AM)auger Wrote:Code:::: You are root.
::: Verifying free disk space...
:::
::: Updating local cache of available packages...root@pine64:/home/s#
Try running:
Code:
curl -L install.pi-hole.net | sudo bash -x
That will at least show you the command that the installer script failed out at. It's run as `set -e` so that it will stop on a failure. The place it looks to be failing is at the `apt-get update` process part of the script.