Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request - Chocolatey package #33

Open
protocolist opened this issue Dec 9, 2020 · 5 comments
Open

Feature request - Chocolatey package #33

protocolist opened this issue Dec 9, 2020 · 5 comments
Assignees
Labels
🛠️feature request Need to be implemented 🏭 3.x.x To implement in v3.0.0 and later

Comments

@protocolist
Copy link

It would be great if you were able to create/maintain a Chocolatey package (https://chocolatey.org/) for automated deployments.

@Beelink Beelink added the 🏭 3.x.x To implement in v3.0.0 and later label Dec 9, 2020
@Beelink Beelink self-assigned this Dec 9, 2020
@Beelink Beelink removed their assignment Feb 9, 2021
@Beelink Beelink added 🤷 help wanted Can someone help with this? and removed 🏭 3.x.x To implement in v3.0.0 and later labels Feb 9, 2021
@Beelink
Copy link
Member

Beelink commented Feb 22, 2021

I have uploaded the Quick Picture Viewer package on the Chocolatey. I'm waiting for the request to be accepted.

@Beelink Beelink self-assigned this Feb 22, 2021
@Beelink Beelink added 🏭 3.x.x To implement in v3.0.0 and later 🛠️feature request Need to be implemented and removed 🤷 help wanted Can someone help with this? labels Feb 22, 2021
@Beelink
Copy link
Member

Beelink commented Feb 24, 2021

It is on Scoop
https://github.com/lukesampson/scoop-extras/blob/master/bucket/quick-picture-viewer.json

image

I would like to install it using Scoop. Can you help me?

@Witchilich
Copy link

Witchilich commented Feb 24, 2021

It is on Scoop
https://github.com/lukesampson/scoop-extras/blob/master/bucket/quick-picture-viewer.json

image

I would like to install it using Scoop. Can you help me?

You need to install git(or mingit or mingit-busybox, which I used) and 7zip and then add the extras bucket. You have installed git, but not installed 7zip and added the extras bucket after that. After that you can install Quick Picture viewer
The steps I used are(I installed them globally so you have to always use admin powershell or Scoop's own sudo command).

Set-ExecutionPolicy RemoteSigned -scope CurrentUser -Force
iwr -useb get.scoop.sh | iex
$env:SCOOP_GLOBAL='C:\Scoop'
[environment]::setEnvironmentVariable('SCOOP_GLOBAL',$env:SCOOP_GLOBAL,'Machine')
scoop install mingit-busybox 7zip sudo -g
[environment]::setenvironmentvariable('GIT_SSH', (resolve-path (scoop which ssh)), 'Machine')
scoop bucket add extras
scoop install quick-picture-viewer -g

@paanvaannd
Copy link

I have uploaded the Quick Picture Viewer package on the Chocolatey. I'm waiting for the request to be accepted.

Hey, @Beelink! Was the package accepted? I can't find it in either Chocolatey's CLI or Web package search.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🛠️feature request Need to be implemented 🏭 3.x.x To implement in v3.0.0 and later
Projects
None yet
Development

No branches or pull requests

4 participants