sublime_zk icon indicating copy to clipboard operation
sublime_zk copied to clipboard

PackageControl

Open wangeleile opened this issue 7 years ago • 1 comments

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?

wangeleile avatar Apr 05 '18 08:04 wangeleile

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:

  • Preferences > Package Settings > Package Control > Settings - User

Add the following lines (e.g. after "bootstrapped": true,"):

	"downloader_precedence":
	{
		"linux":
		[
			"curl",
			"urllib",
			"wget"
		],
	},

... which puts curl in there first.

renerocksai avatar Apr 05 '18 09:04 renerocksai