reload the root CA certificates after package installation. Fixes #137
This commit is contained in:
parent
e35a4e149f
commit
7bf6c06f55
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user