feat(node): package Ubuntu desktop setup and trusted access
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
set -eu
|
||||
if [ -d /run/systemd/system ]; then
|
||||
systemctl daemon-reload
|
||||
fi
|
||||
# Preserve identity and ownership on remove/purge. A future explicit UI factory
|
||||
# reset must distinguish local deletion from revoking remote Core authorization.
|
||||
Reference in New Issue
Block a user