Small fixes

This commit is contained in:
2023-03-22 12:19:45 +01:00
parent 3a3c908f0a
commit 5f675974cb
2 changed files with 1 additions and 21 deletions

View File

@@ -4,13 +4,7 @@ _DDNS_ is a dynamic DNS helper for Digital Ocean users to utilize their DO accou
## Installation
Install with
```
wget -O - https://gitlab.pm/rune/test/raw/branch/main/setup.sh | bash
```
#### Manual install
Download the latest relase from https://gitlab.pm/rune/ddns/releases. Unzip and move to a folder in you path (ease of use). You can alos rename the file ```ddns.py``` to just ```ddns``` and make the file executable with ```chmod +x ddns```
Download the latest relase from https://gitlab.pm/rune/ddns/releases. Unzip and move to a folder in you path (ease of use). You can alos rename the file ```ddns.py``` to just ```ddns``` and make the file executable with ```chmod +x ddns```. To install required python modules run ```pip3 -r requirements.txt```
## Usage