Skip to content

Fix or remove scripts that install powershell on openSUSE #5023

@daxian-dbw

Description

@daxian-dbw

Note: When installing the SDK, SUSE and OpenSUSE may report that nothing provides libcurl. libcurl should already be installed on supported versions of both distros. Run zypper search libcurl to confirm. The error will present 2 'solutions'. Choose 'Solution 2' to continue installing .NET Core.

A manual step is required for install powershell on openSUSE (same as dotnet-sdk-2.0.0), so the current scripts that automatically set up powershell on OpenSUSE don't work.
Two scripts are affected:

  • tools/download.sh
    It will continue to install the beta.6 powershell openSUSE package.
  • tools/installpsh-suse.sh
    It's already broken since beta.7, because we stopped publishing suse.42.1 package in beta.7 because openSUSE 42.1 has reached the end of the lifecycle.

So we need to update those two scripts or remove them.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions