blob: 25ecc9b34a1a9b3164199911572b235a5b2b510b (
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>
Zoneminder is not enabled or installed.
</br>
</br>
</br>
<div id="navcontainer">
<ul id="navlist">
To enable zoneminder run these commands in a terminal:
</br>
<li> pacman -Syyu zoneminder </li>
<li> add_service.sh zoneminder </li>
</ul>
</body>
</html>
|