Skip to content

Update Windows Choco package install with version information#1444

Merged
ratkosrb merged 1 commit intovmangos:developmentfrom
coolzoom:patch-1
Jan 10, 2022
Merged

Update Windows Choco package install with version information#1444
ratkosrb merged 1 commit intovmangos:developmentfrom
coolzoom:patch-1

Conversation

@coolzoom
Copy link
Contributor

@coolzoom coolzoom commented Jan 10, 2022

🍰 Pull request

Choco package installer(pre-installed package manager for Github virtual environment) API is currently having issues with windows, (starting from yesterday), and slowly recovering, not sure when it fully recovered.
right now,
image

choco install wget
choco install openssl

won't work or end up with server 500 very often.

Temp solution is to add version information and use a slightly older package.
if this issue has been fixed and choco fully recovered after one or two days, can ignore this PR.

choco install -y wget --version 1.20
choco install -y openssl --version=1.1.1.500

@ratkosrb ratkosrb merged commit 072fe04 into vmangos:development Jan 10, 2022
@coolzoom coolzoom deleted the patch-1 branch January 11, 2022 08:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants