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

This commit is contained in:
SolidHal 2019-12-30 00:06:01 -06:00
parent e35a4e149f
commit 7bf6c06f55

View File

@ -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