Closed vermaden closed 1 year ago
Hi @vermaden,
thank you :-)
Would you mind adding something like this
...
export DEBIAN_FRONTEND=noninteractive
if [ $(uname -U) -ge 1400000 ]; then
trusted="trusted=yes";
else
trusted="";
fi
...
echo "deb [${trusted} arch=amd64] https://repo.v...
...
and send a pull request?
Hi,
it applies both to 13.x and 14.x series so the case
/if
are not needed here.
The patch is already on GitHub and available here:
Regards, vermaden
The gpg package is available again, so the problem seems to be solved.
Hi,
I can not create CHROOT on FreeBSD 14.0-ALPHA1 with error as shown below.
Regards, vermaden