Skip to content

Commit

Permalink
reload the root CA certificates after package installation. Fixes #137
Browse files Browse the repository at this point in the history
  • Loading branch information
SolidHal committed Dec 30, 2019
1 parent e35a4e1 commit 7bf6c06
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/InstallScripts/InstallPackages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7bf6c06

Please sign in to comment.