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/