distribution/packages/security/openssl/scripts/openssl-config
fewtarius 9b6c8393a3
* Rename many OS links to JELOS.
* Update installer to use gptokeyb so the built-in controller can be used to install JELOS.
* General package housekeeping.
2024-02-09 22:18:38 +00:00

10 lines
271 B
Bash
Executable file

#!/bin/bash
# SPDX-License-Identifier: GPL-2.0
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
cp /etc/ssl/cacert.pem.system /run/jelos/cacert.pem
[ -f /storage/.config/cacert.pem ] && cat /storage/.config/cacert.pem >>/run/jelos/cacert.pem
exit 0