mirror of
				https://github.com/gaschz/dotfiles.git
				synced 2025-11-04 13:38:58 +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:
 | 
					Install everything in a qube:
 | 
				
			||||||
```sh
 | 
					```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:
 | 
					Install specific files in Dom0:
 | 
				
			||||||
```sh
 | 
					```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
 | 
					### Script
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user