summaryrefslogtreecommitdiffstats
path: root/abs/core/supplemental-web/contents/error/remyth.html
blob: 72c2775fd07c44ebb76aeb54bc5ad77692def651 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<html>
<head>
<style type="text/css">@import "/frame.css";</style>
</head>

<body>
ReMyth is not enabled or installed.
</br>
</br>
</br>
<div id="navcontainer">
    <ul id="navlist">

To enable remyth run these commands in a terminal:
    </br>
    <li>     pacman -Syyu remyth </li>
    <li>     add_service.sh remyth </li>
</ul>
</body>
</html>