mirror of
https://github.com/ben-grande/qusal.git
synced 2025-10-05 09:58:28 -04:00
doc: prefix qubesctl with sudo
Fixes: https://github.com/ben-grande/qusal/issues/20
This commit is contained in:
parent
f513f64065
commit
5605ec7885
49 changed files with 361 additions and 361 deletions
|
@ -18,18 +18,18 @@ keys.
|
|||
|
||||
- Top:
|
||||
```sh
|
||||
qubesctl top.enable vault
|
||||
qubesctl --targets=tpl-vault state.apply
|
||||
qubesctl top.disable vault
|
||||
qubesctl state.apply vault.appmenus
|
||||
sudo qubesctl top.enable vault
|
||||
sudo qubesctl --targets=tpl-vault state.apply
|
||||
sudo qubesctl top.disable vault
|
||||
sudo qubesctl state.apply vault.appmenus
|
||||
```
|
||||
|
||||
- State:
|
||||
<!-- pkg:begin:post-install -->
|
||||
```sh
|
||||
qubesctl state.apply vault.create
|
||||
qubesctl --skip-dom0 --targets=tpl-vault state.apply vault.install
|
||||
qubesctl state.apply vault.appmenus
|
||||
sudo qubesctl state.apply vault.create
|
||||
sudo qubesctl --skip-dom0 --targets=tpl-vault state.apply vault.install
|
||||
sudo qubesctl state.apply vault.appmenus
|
||||
```
|
||||
<!-- pkg:end:post-install -->
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue