From e5a92af8afed137e575d2a3f39e85b608e188c40 Mon Sep 17 00:00:00 2001 From: Ben Grande Date: Fri, 23 Feb 2024 16:53:43 +0100 Subject: [PATCH] doc: prefix qubesctl with sudo Fixes: https://github.com/ben-grande/qusal/issues/20 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f9104a8..1171edf 100644 --- a/README.md +++ b/README.md @@ -46,12 +46,12 @@ hardcoded to `user` and its home is hardcoded to `/home/user`. Install everything in a qube: ```sh -qubesctl --skip-dom0 --targets=QUBE state.apply dotfiles.copy-all +sudo qubesctl --skip-dom0 --targets=QUBE state.apply dotfiles.copy-all ``` Install specific files in Dom0: ```sh -qubesctl state.apply dotfiles.copy-dom0,dotfiles.copy-sh,dotfiles.copy-vim,dotfiles.copy-x11 +sudo qubesctl state.apply dotfiles.copy-dom0,dotfiles.copy-sh,dotfiles.copy-vim,dotfiles.copy-x11 ``` ### Script