Add more exact instructions to the permission setup screen. Fixes #781.
This commit is contained in:
@@ -21,9 +21,13 @@
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div *ngIf="state.showWhatWillThisDoContent">
|
<div *ngIf="state.showWhatWillThisDoContent">
|
||||||
Agent uses the following script to set up permissions. You can run it manually as root, then
|
If you want to set up permissions manually:
|
||||||
<a class="link-inline"
|
<ol>
|
||||||
(click)="retry()">retry</a>.
|
<li>Open a terminal.</li>
|
||||||
|
<li>Run <code>su</code> to become root.</li>
|
||||||
|
<li>Paste the following script, and <a class="link-inline" (click)="retry()">retry</a>.</li>
|
||||||
|
</ol>
|
||||||
|
|
||||||
<div class="copy-container">
|
<div class="copy-container">
|
||||||
<span class="fa fa-2x fa-copy"
|
<span class="fa fa-2x fa-copy"
|
||||||
ngxClipboard
|
ngxClipboard
|
||||||
|
|||||||
Reference in New Issue
Block a user