From d8994503dadd8acde8046f18bb2f240339121fa0 Mon Sep 17 00:00:00 2001 From: rune Date: Wed, 22 Mar 2023 11:36:11 +0100 Subject: [PATCH] Small fixes --- setup.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.sh b/setup.sh index d672de6..29eaeae 100644 --- a/setup.sh +++ b/setup.sh @@ -1,11 +1,8 @@ #!/bin/bash -# # Install script for Digital Ocean ddns script. You can also do this manually. # Check https://gitlab.pm/rune/ddns # # GPLv3 Rune Olsen (https://blog.rune.pm) 2023 -# - wget https://gitlab.pm/rune/ddns/src/branch/main/src/do-ddns/ddns.py wget https://gitlab.pm/rune/ddns/src/branch/main/src/do-ddns/requirements.txt echo "ddns downloaded. Moving to /usr/local/bin and setting execute (run) rights on app."