mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-21 20:31:02 +01:00
Added correct folder
This commit is contained in:
parent
7ee7f2110f
commit
b1fc9a7632
@ -13,7 +13,7 @@ Be carefull what you do. This code you can execute:
|
||||
```
|
||||
systemctl list-units --type=service | grep 'matrix' | awk '{print $1}' | xargs -I {} systemctl disable {} &&
|
||||
systemctl list-units --type=service | grep 'matrix' | awk '{print $1}' | xargs -I {} systemctl stop {} &&
|
||||
rm -rv /a
|
||||
rm -rv /matrix/
|
||||
```
|
||||
|
||||
## Alternativ Matrix Setup Role
|
||||
|
Loading…
Reference in New Issue
Block a user