We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Download https://github.com/PowerShell/PowerShell/releases/download/v$PSVersion/powershell-7.4.3-linux-arm64.tar.gz tar -xvf ./powershell-$PSVersion-linux-arm64.tar.gz -C /opt/microsoft/powershell/7
at least pwsh should have +x, which it does not have (previous release did set it correct)
+ x is not set, I have to manually chmod and there are tons of .dll that had the +x before which dont have it now anymore
No response
Name Value ---- ----- PSVersion 7.4.3 PSEdition Core GitCommitId 7.4.3 OS Debian GNU/Linux 11 (bullseye) Platform Unix PSCompatibleVersions {1.0, 2.0, 3.0, 4.0…} PSRemotingProtocolVersion 2.3 SerializationVersion 1.1.0.1 WSManStackVersion 3.0
Prerequisites
Steps to reproduce
Download https://github.com/PowerShell/PowerShell/releases/download/v$PSVersion/powershell-7.4.3-linux-arm64.tar.gz
tar -xvf ./powershell-$PSVersion-linux-arm64.tar.gz -C /opt/microsoft/powershell/7
Expected behavior
at least pwsh should have +x, which it does not have (previous release did set it correct)Actual behavior
+ x is not set, I have to manually chmod and there are tons of .dll that had the +x before which dont have it now anymoreError details
No response
Environment data
Visuals
No response