summaryrefslogtreecommitdiffstats
path: root/abs/core/supplemental-web/contents/error/mythexpress.html
blob: 038223331ca44f3a24e8e8d8a81360c5edfd6493 (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>
MythExpress is not enabled or installed.
</br>
</br>
</br>
<div id="navcontainer">
    <ul id="navlist">

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