Recent content by adzule

  1. A

    Help installing CPAI on linux (Debian)

    Late to the party but I ran into this as well. The issue was the codeproject scripts pulls data from /etc/os-release on the system directly into a path without stripping spaces. If you edit the file (nano /etc/os-release) and edit the string "Debian GNU/Linux" to be just "Debian" and...