install: make system scripts root-finalizer aware

This commit is contained in:
Ryan Hughes
2026-06-04 18:35:01 -04:00
parent 0cfa1b66c4
commit 7ef5bc56fd
6 changed files with 21 additions and 17 deletions
+1 -3
View File
@@ -1,3 +1 @@
sudo systemctl restart systemd-resolved
sudo usermod -aG docker ${USER}
sudo systemctl daemon-reload
usermod -aG docker "${OMARCHY_INSTALL_USER:-${USER:-}}"