Edit package scripts

This commit is contained in:
2025-08-14 18:22:48 +03:00
parent 718dbdc504
commit 758f0f821b
4 changed files with 10 additions and 3 deletions
+4 -1
View File
@@ -1,3 +1,6 @@
#!/bin/sh
/usr/sbin/make-ca -D "$BPM_ROOT" -r
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