Skip to content

Commit

Permalink
Add jq to prerequisite packages installed before pwsh (#10450)
Browse files Browse the repository at this point in the history
Resolves #10447
  • Loading branch information
JamesDBartlett3 committed Sep 25, 2023
1 parent b4ed2c3 commit fd17e25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/docs-conceptual/install/community-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ processor type.
sudo apt-get update

# Install dependencies
sudo apt-get install libssl1.1 libunwind8 -y
sudo apt-get install jq libssl1.1 libunwind8 -y

###################################
# Download and extract PowerShell
Expand Down

0 comments on commit fd17e25

Please sign in to comment.