On 31/01/2024 17:40, Lester Ingber via Cygwin wrote:
I just installed the latest Cygwin on our two PCs. I was hoping this would take care of this problem, but it did not. On just one of the PCs, I see (in black):Package: _/Unknown package ca-certificates.sh exit code 1 The other PC is fine with all installations.
try $ cd /etc/postinstall $ ./ca-certificates.sh $ echo $? if the outcome is 0 you can just $ mv ./ca-certificates.sh $ ./ca-certificates.sh.done Regards Marco -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple

