mirror of
https://github.com/getcompanion-ai/computer-guest.git
synced 2026-04-15 05:02:05 +00:00
feat: replace openbox with XFCE4 + Plank desktop stack
This commit is contained in:
parent
f028880bc6
commit
221cbf0588
17 changed files with 224 additions and 27 deletions
|
|
@ -96,6 +96,11 @@ if [ -f /etc/microagent/authorized_keys ]; then
|
|||
install -m 0600 -o node -g node /etc/microagent/authorized_keys /home/node/.ssh/authorized_keys
|
||||
fi
|
||||
|
||||
if [ -f /etc/microagent/trusted_user_ca_keys ]; then
|
||||
log "using injected trusted user CA keys"
|
||||
chmod 0644 /etc/microagent/trusted_user_ca_keys
|
||||
fi
|
||||
|
||||
if command -v jitterentropy-rngd >/dev/null 2>&1; then
|
||||
log "starting jitterentropy-rngd"
|
||||
jitterentropy-rngd -v >/var/log/jitterentropy.log 2>&1 &
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue