Open Bilge opened 1 week ago
having the same issue, fresh ubuntu 22.04 install mkdir: cannot create directory ‘/data’: Permission denied
You have to run curl -fsSL https://cdn.coollabs.io/coolify/install.sh | sudo bash
.
Keep in mind this is going to give Coolify root access to your system, not just while the install script is running, but forever after, since it installs an SSH key under the root
user (lol).
i think we have to run it as a sudo user
Error Message and Logs
Steps to Reproduce
Example Repository URL
No response
Coolify Version
Doesn't even install lol
Are you using Coolify Cloud?
No (self-hosted)
Operating System and Version (self-hosted)
Ubuntu 20.04.3 LTS
Additional Information
The script actually does a EUID check later on, after it has already tried doing operations that require being root (namely:
mkdir
), which is pretty dumb.