14 lines
340 B
Markdown
14 lines
340 B
Markdown
|
|
# Newt - Quickinstall
|
||
|
|
|
||
|
|
This script supports you in quickly installing and configuring Newt on your machine.
|
||
|
|
- Installs Newt
|
||
|
|
- Configures a systemctl service
|
||
|
|
- Enables and starts the service
|
||
|
|
|
||
|
|
## Execute
|
||
|
|
|
||
|
|
Simply execute this command in your terminal:
|
||
|
|
|
||
|
|
```
|
||
|
|
curl https://code.faboi.cloud/fabio/Newt-Quickstart/raw/branch/main/init.sh | bash
|
||
|
|
```
|