42 lines
2.2 KiB
HTML
42 lines
2.2 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="utf8" />
|
||
<link href="error.css" rel="stylesheet" type="text/css">
|
||
<link rel="icon" type="image/png" href="../img/shellfox-32.png">
|
||
<title id="errorPageTitle">Shellfox error</title>
|
||
</head>
|
||
|
||
<body>
|
||
<span>
|
||
<img style="display: inline; width: 3em;" src="../img/shellfox.svg">
|
||
<h1 style="display: inline;" id="errorTitle">Shellfox failed to run command</h1>
|
||
</span>
|
||
|
||
<h2 id="error"></h2>
|
||
|
||
<h2 id="notInstalled">It seems that Shellfox is not fully installed!</h2>
|
||
<p id="notInstalledDesc">Shellfox, unlike most extensions, requires a script to be installed on your computer. This script, <code>shellfox.sh</code>, is what allows us to execute shell commands.</p>
|
||
|
||
<h3 id="installTitle">Completing installation</h3>
|
||
<p id="installIntro">To install Shellfox’es local component:</p>
|
||
<ol>
|
||
<li id="installStep1">Download the script through the repository’s ZIP archive <a href="https://hak.xwx.moe/jadedctrl/shellfox/archive/master.zip">here</a>.</li>
|
||
<li id="installStep2">Extract the ZIP archive: This leaves a <code>shellfox/</code> folder.</li>
|
||
<li id="installStep3">Open a terminal within that <code>shellfox/</code> folder.</li>
|
||
<li id="installStep4">Run the command, <code>$ sudo make native-install</code></li>
|
||
<li id="installStep5">You’re done: Party!!</li>
|
||
</ol>
|
||
|
||
<p id="installTerminalIntro">From a terminal, that would look something like:</p>
|
||
<code>$ curl https://hak.xwx.moe/jadedctrl/shellfox/archive/master.tar.gz | tar -xzv</code><br>
|
||
<code>$ cd shellfox/</code><br>
|
||
<code>$ sudo make native-install</code><br>
|
||
|
||
<h2 id="troubleshootTitle">Troubleshooting</h2>
|
||
<p id="troubleshootDesc">If Shellfox’s script is installed but you still see this page — that is, the <a href="#error">above error</a> isn’t “Error: No such native application shellfox” — please report the issue! You can report it on the <a href="https://hak.xwx.moe/jadedctrl/shellfox/issues">Shellfox bug-tracker</a>, or by sending an email to xwx@posteo.org. Let’s get that fixed! Please make sure to include your operating system and Firefox version in the report.</p>
|
||
</body>
|
||
|
||
<script src="error.js"></script>
|
||
</html>
|