mirror of
https://github.com/gaschz/dotfiles.git
synced 2025-03-01 14:22:33 +01:00
doc: prefix qubesctl with sudo
Fixes: https://github.com/ben-grande/qusal/issues/20
This commit is contained in:
parent
3a7398fdb4
commit
e5a92af8af
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user