mirror of
https://github.com/cbeuw/Cloak.git
synced 2026-04-26 04:55:58 +03:00
[GH-ISSUE #136] ck-server: command not found #112
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Cloak#112
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @SpaceBurn on GitHub (Dec 3, 2020).
Original GitHub issue: https://github.com/cbeuw/Cloak/issues/136
Im trying to setup the Cloak server on Ubuntu Server 20.04 LTS but when I run ck-server -k I get the error "ck-server: command not found", what do I do?
@cbeuw commented on GitHub (Dec 3, 2020):
If ck-server is in your current directory, you need to use
./ck-serverto run it, I.e../ck-server -k@SpaceBurn commented on GitHub (Dec 3, 2020):
Ok thanks for the help! (this fixed my issue)