sh cara pemasangan windows powershell di linux debian衍生物

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh cara pemasangan windows powershell di linux debian衍生物相关的知识,希望对你有一定的参考价值。

#!/bin/bash
# from https://blogs.msdn.microsoft.com/powershell/2017/02/01/installing-latest-powershell-core-6-0-release-on-linux-just-got-easier/

# Import  public repository GPG keys
curl https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -

# Daftar the Microsoft Ubuntu repository
curl https://packages.microsoft.com/config/ubuntu/16.04/prod.list | sudo tee /etc/apt/sources.list.d/microsoft.list

# Update repo
sudo apt-get update

# Install PowerShell
sudo apt-get install -y powershell

# Start PowerShell
powershell

以上是关于sh cara pemasangan windows powershell di linux debian衍生物的主要内容,如果未能解决你的问题,请参考以下文章

sh windows-build-tools.sh

sh bash-on-windows-init.sh

如何在 Windows 命令提示符下运行 .sh?

windows下运行sh文件——花式百度的结果

sh Windows特定命令

sh 有用的Windows命令