Skip to content

Commit

Permalink
Update version number (#11209)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdwheeler committed Jun 24, 2024
1 parent ebb5bfe commit 885f1c1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions reference/docs-conceptual/install/install-other-linux.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Information about installing PowerShell on various Linux distributions
ms.date: 05/07/2024
ms.date: 06/24/2024
title: Alternate ways to install PowerShell on Linux
---
# Alternate ways to install PowerShell on Linux
Expand Down Expand Up @@ -132,16 +132,16 @@ archive.
The following example shows the steps for installing the x64 binary archive. You must choose the
correct binary archive that matches the processor type for your platform.

- `powershell-7.3.12-linux-arm32.tar.gz`
- `powershell-7.3.12-linux-arm64.tar.gz`
- `powershell-7.3.12-linux-x64.tar.gz`
- `powershell-7.4.3-linux-arm32.tar.gz`
- `powershell-7.4.3-linux-arm64.tar.gz`
- `powershell-7.4.3-linux-x64.tar.gz`

Use the following shell commands to download and install PowerShell from the `tar.gz` binary
archive. Change the URL to match the version of PowerShell you want to install.

```sh
# Download the powershell '.tar.gz' archive
curl -L -o /tmp/powershell.tar.gz https://github.com/PowerShell/PowerShell/releases/download/v7.3.12/powershell-7.3.12-linux-x64.tar.gz
curl -L -o /tmp/powershell.tar.gz https://github.com/PowerShell/PowerShell/releases/download/v7.4.3/powershell-7.4.3-linux-x64.tar.gz

# Create the target folder where powershell will be placed
sudo mkdir -p /opt/microsoft/powershell/7
Expand Down

0 comments on commit 885f1c1

Please sign in to comment.