Open wangeleile opened 6 years ago
Hi,
Unfortunately I cannot put sublime_zk on package control myself.
see #50 : I have a Pull request for package control since roughly a month now https://github.com/wbond/package_control_channel/pull/6991
The current README also mentions this.
Also see the remedy in #50 . It is only specified for os x
(edit: now it is for linux, too) but in your case, try this:
Use the menu to open the PackageControl settings:
Add the following lines (e.g. after "bootstrapped": true,"
):
"downloader_precedence":
{
"linux":
[
"curl",
"urllib",
"wget"
],
},
... which puts curl
in there first.
Hi,
I use sublime_zk since 6 weeks on XUbuntu and have problems to update it via github. I think it has something todo with tls and an old version which is not supported anymore. However, I have no probs to install via package control. So,...
Is it possible to register sublime_zk on PackageControl?