open-cuak icon indicating copy to clipboard operation
open-cuak copied to clipboard

doesn't start on Linux/Fedora

Open sHaggYcaT opened this issue 9 months ago • 1 comments

open-cuak start

fails because

colima start

fails too. And it fails because:

FATA[0008] error starting vm: error at 'creating and starting': error getting qcow image: error during image download: error downloading 'https://github.com/abiosoft/colima-core/releases/download/v0.8.1/ubuntu-24.04-minimal-cloudimg-amd64-docker.qcow2': error validating SHA sum for 'ubuntu-24.04-minimal-cloudimg-amd64-docker.qcow2': exit status 127

Can I install open-cuak somehow without this tool - colima? Or how to fix this issue?

sHaggYcaT avatar Mar 22 '25 21:03 sHaggYcaT

If you have Docker installed, you can run the services in Docker environment. Simply clone this repo, and call bash quick-start.sh at the repo root.

ljhskyso avatar Mar 22 '25 23:03 ljhskyso