Преглед изворни кода

reload the root CA certificates after package installation. Fixes #137

SolidHal пре 4 година
родитељ
комит
7bf6c06f55
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3 0
      scripts/InstallScripts/InstallPackages.sh

+ 3 - 0
scripts/InstallScripts/InstallPackages.sh

@@ -139,6 +139,9 @@ cp -rf $DIR/30-touchpad.conf /etc/X11/xorg.conf.d/
 
 apt clean -y && apt autoremove --purge -y
 
+#reload the CA certificate symlinks
+update-ca-certificates --fresh
+
 #enable periodic TRIM
 cp /lib/systemd/system/fstrim.{service,timer} /etc/systemd/system
 systemctl enable fstrim.timer