blob: f689a3dc2396f041f817fbfa92554152c5db5a5c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# Command line interface
---
This gets installed in the `/usr/bin` directory, and can be called by:
```bash
$ luxcena-neo.sh
```
or is alias
```bash
$ lux-neo
```
{% hint style='danger' %}
This CLI assumes root access, so please run it with `sudo`
{% endhint %}
## Options
#### `sudo lux-neo uninstall`
Uninstall the whole thing. You will have to remove this script yourself.
#### `sudo lux-neo update`
Update to the newest version on the current branch.
#### `sudo lux-neo conf`
Open the strip-config in `nano`.
#### `sudo lux-neo start`
Start the server.
#### `sudo lux-neo stop`
Stop the server.
|