This repository has been archived on 2025-11-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
make-ca/post_update.sh
2025-08-14 18:22:48 +03:00

7 lines
143 B
Bash

#!/bin/sh
if ! /usr/sbin/make-ca -r; then
echo "No internet connection! Make sure to run 'make-ca -r' to rebuild ca-certificates"
exit 1
fi