From eed3bbb0837c01371c496bc1951b31de5014bd01 Mon Sep 17 00:00:00 2001 From: Alexandre CATTEAU Date: Sun, 13 Aug 2023 15:37:05 +0200 Subject: [PATCH] Add missing instruction for LibreELEC in install script --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 829b70c..0d5da21 100755 --- a/install.sh +++ b/install.sh @@ -17,6 +17,7 @@ fi if [ $(echo $(lsb_release) | cut -d ' ' -f 1) = "LibreELEC" ]; then cp /usr/share/kodi/system/certs/cacert.pem /storage/.kodi/userdata/cacert.pem cat $run_directory/kto.crt >> /storage/.kodi/userdata/cacert.pem + cp $run_directory/advancedsettings.xml /storage/.kodi/userdata/ else # More classic Linux expected if command -v update-ca-trust > /dev/null; then $sudo cp $run_directory/*.crt /etc/ca-certificates/trust-source/anchors/