I added execute permission for update-ca-certificates with:
chmod +x /usr/sbin/update-ca-certificates
But update-ca-certificates gives me this error now:
mktemp: invalid option -- p
BusyBox v1.7.2 (2019-05-30 09:57:42 UTC) multi-call binary
Usage: mktemp [-dq] TEMPLATE
Create a temporary file with its name based on TEMPLATE.
TEMPLATE is any name with six 'Xs' (i.e., /tmp/temp.XXXXXX).
Options:
-d Make a directory instead of a file
-q Fail silently if an error occurs
|