File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
reference/docs-conceptual/install Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 11---
22description : Information about installing PowerShell on Alpine Linux
3- ms.date : 12/12 /2024
3+ ms.date : 12/16 /2024
44title : Installing PowerShell on Alpine Linux
55---
66# Installing PowerShell on Alpine Linux
@@ -34,16 +34,17 @@ sudo apk add --no-cache \
3434 krb5-libs \
3535 libgcc \
3636 libintl \
37- libssl1.1 \
37+ libssl3 \
3838 libstdc++ \
3939 tzdata \
4040 userspace-rcu \
4141 zlib \
4242 icu-libs \
4343 curl
4444
45- sudo apk -X https://dl-cdn.alpinelinux.org/alpine/edge/main add --no-cache \
46- lttng-ust
45+ apk -X https://dl-cdn.alpinelinux.org/alpine/edge/main add --no-cache \
46+ lttng-ust \
47+ openssh-client \
4748
4849# Download the powershell '.tar.gz' archive
4950curl -L https://github.com/PowerShell/PowerShell/releases/download/v7.4.6/powershell-7.4.6-linux-musl-x64.tar.gz -o /tmp/powershell.tar.gz
You can’t perform that action at this time.
0 commit comments