doc: prefix qubesctl with sudo

Fixes: https://github.com/ben-grande/qusal/issues/20
This commit is contained in:
Ben Grande 2024-02-23 16:53:43 +01:00
parent 3a7398fdb4
commit e5a92af8af
No known key found for this signature in database
GPG Key ID: 00C64E14F51F9E56

View File

@ -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