Uh oh!
There was an error while loading. Please reload this page.
Update install.sh - #256
Conversation
Following https://stackoverflow.com/a/68764068 to make it work on Debian & Ubuntu cloud images (LXD, AWS, ...)
fortuna
commented
Nov 1, 2021
@hmag I wonder if the reviewers are waiting on the PR checks to pass. |
warengonzaga
commented
Nov 1, 2021
Looks like there are many warnings here. |
DaspawnW
commented
Nov 12, 2021
hmag
commented
Nov 12, 2021
Hi, |
thaJeztah
commented
Mar 21, 2022
Thanks for contributing; CI was failing because the commit was missing a DCO sign-off line. I opened a replacement PR with this change (and added you as "co-authored-by" in the commit message 👍) |

Following https://stackoverflow.com/a/68764068 to make it work on Debian & Ubuntu cloud images (LXD, AWS, ...)
Edit : after investigation, on my Debian 11 LXD container, my umask was 0027, therefore the key file
/usr/share/keyrings/docker-archive-keyring.gpgwas not world readable.Nevertheless I think this pull request is still relevant to make the script work whatever the umask is...