mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
docs(apparmor): Simplify install script usage
security/apparmor/install.sh scripts does not need to `cd` into it's directory to work correctly. Simplify example to invoke `install.sh` without `cd`.
This commit is contained in:
parent
b0279bf4ea
commit
5899b0de09
|
@ -26,8 +26,7 @@ Select AppArmor profile from appropriate `security/apparmor/X` subdirectory depe
|
|||
To enable AppArmor profile on your system, run prepared install script:
|
||||
|
||||
```
|
||||
cd security/apparmor/x.y.z
|
||||
sudo ./install.sh
|
||||
sudo security/apparmor/x.y.z/install.sh
|
||||
```
|
||||
Restart `qTox` if it was already running before enabling AppArmor profile.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user