mkasberg / script-seed

🌱 Seed scripts for popular (& unpopular) scripting languages.
https://mkasberg.github.io/script-seed/
MIT License
11 stars 23 forks source link

Use .deb package to install PowerShell #55

Closed mkasberg closed 3 years ago

mkasberg commented 3 years ago

Microsoft has made .deb installers available to install PowerShell on Ubuntu and has apt repositories.

Rather than building PowerShell from source, install it using apt.

See https://docs.microsoft.com/en-us/powershell/scripting/install/install-ubuntu?view=powershell-7

Fixes #30