Update CA trust during startup
This commit is contained in:
parent
cd1017b522
commit
66cfe2b246
1 changed files with 3 additions and 0 deletions
|
|
@ -1,5 +1,8 @@
|
|||
setterm -blank 0 -powerdown 0
|
||||
if [ "$(fgconsole 2>/dev/null)" -eq "1" ]; then
|
||||
# Trust added root CAs
|
||||
sudo trust extract-compat
|
||||
|
||||
# Update settings if using i3
|
||||
if fgrep -q "i3" /proc/cmdline; then
|
||||
sed -i -r 's/#(own_window_type override)/\1/' ~/.conkyrc
|
||||
|
|
|
|||
Loading…
Reference in a new issue