I'm trying to install Cloudflare warp-cli to ubuntu. Unfortunately I am not able to do it. https://pkg.cloudflareclient.com/install
Here are my steps:
docker run -it ubuntu bashapt updateapt install curl gpg lsb-core -ycurl https://pkg.cloudflareclient.com/pubkey.gpg | gpg --yes --dearmor --output /usr/share/keyrings/cloudflare-warp-archive-keyring.gpgecho "deb [arch=amd64 signed-by=/usr/share/keyrings/cloudflare-warp-archive-keyring.gpg] https://pkg.cloudflareclient.com/ $(lsb_release -cs) main" | tee /etc/apt/sources.list.d/cloudflare-client.listapt updateapt install cloudflare-warp -y
But when I run warp-cli register I'm getting Error: "Unable to connect to CloudflareWARP daemon. Maybe the daemon is not running?"
Hot to fix that?
You need to run
warp-svc& (add & to run in the background). Only then can you runwarp-svc register