We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dace01 commit 909b1c6Copy full SHA for 909b1c6
1 file changed
src/powershell/install.sh
@@ -296,10 +296,9 @@ install_using_github() {
296
if ! type git > /dev/null 2>&1; then
297
check_packages git
298
fi
299
- if [ "${architecture}" = "x86_64" ]; then
300
- architecture="amd64"
301
- else
302
- architecture="x64"
+
+ if [ "${architecture}" = "amd64" ]; then
+ architecture="x64"
303
304
pwsh_url="https://github.com/PowerShell/PowerShell"
305
find_version_from_git_tags POWERSHELL_VERSION $pwsh_url
0 commit comments