-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Installation shell script failure: link in installpsh-debian.sh is wrong #5700
Copy link
Copy link
Closed
Labels
Resolution-FixedThe issue is fixed.The issue is fixed.WG-Maintainers-Buildspecific to affecting the buildspecific to affecting the build
Description
The link to the prod.list file in tools/installpsh-debian.sh is wrong:
https://github.com/PowerShell/PowerShell/blob/master/tools/installpsh-debian.sh#L129
It should not be
curl https://packages.microsoft.com/config/ubuntu/$REV/prod.list | $SUDO tee /etc/apt/sources.list.d/microsoft.list
but
curl https://packages.microsoft.com/config/debian/8/prod.list | $SUDO tee /etc/apt/sources.list.d/microsoft.list
Indeed if you go to https://packages.microsoft.com/config/debian, you can see that there is only one directory (8), so it's not even needed to use the REV variable, which moreover is set to "8.9" on my machine.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Resolution-FixedThe issue is fixed.The issue is fixed.WG-Maintainers-Buildspecific to affecting the buildspecific to affecting the build