mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-09 22:41:03 +01:00
Added correct folder
This commit is contained in:
parent
f34c235804
commit
31fef30a09
@ -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 disable {} &&
|
||||||
systemctl list-units --type=service | grep 'matrix' | awk '{print $1}' | xargs -I {} systemctl stop {} &&
|
systemctl list-units --type=service | grep 'matrix' | awk '{print $1}' | xargs -I {} systemctl stop {} &&
|
||||||
rm -rv /a
|
rm -rv /matrix/
|
||||||
```
|
```
|
||||||
|
|
||||||
## Alternativ Matrix Setup Role
|
## Alternativ Matrix Setup Role
|
||||||
|
Loading…
Reference in New Issue
Block a user