Skip to content

Commit 7bf6c06

Browse files
committed
reload the root CA certificates after package installation. Fixes #137
1 parent e35a4e1 commit 7bf6c06

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/InstallScripts/InstallPackages.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,9 @@ cp -rf $DIR/30-touchpad.conf /etc/X11/xorg.conf.d/
139139

140140
apt clean -y && apt autoremove --purge -y
141141

142+
#reload the CA certificate symlinks
143+
update-ca-certificates --fresh
144+
142145
#enable periodic TRIM
143146
cp /lib/systemd/system/fstrim.{service,timer} /etc/systemd/system
144147
systemctl enable fstrim.timer

0 commit comments

Comments
 (0)