Skip to content

Commit

Permalink
Moved files out of godaddyddns-go directory
Browse files Browse the repository at this point in the history
  • Loading branch information
navilg committed Mar 26, 2022
1 parent df31e38 commit fcf4f3c
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 3 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ docker logs myserver.example.com
* Download installer script.

```
curl -LO https://raw.githubusercontent.com/navilg/godaddy-ddns/master/godaddyddns-go/assets/install.sh
curl -LO https://raw.githubusercontent.com/navilg/godaddy-ddns/master/assets/install.sh
```

* Run the script with sudo.
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions godaddyddns-go/assets/install.sh → assets/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ fi

if [ "$1" == "" ]; then
# cp $basedir/godaddyddns /usr/local/bin/godaddyddns
curl https://raw.githubusercontent.com/navilg/godaddy-ddns/master/godaddyddns-go/assets/godaddyddns -o /usr/local/bin/godaddyddns
curl https://raw.githubusercontent.com/navilg/godaddy-ddns/master/assets/godaddyddns -o /usr/local/bin/godaddyddns
else
# cp $basedir/godaddyddns /usr/local/bin/godaddyddns
curl https://raw.githubusercontent.com/navilg/godaddy-ddns/$1/godaddyddns-go/assets/godaddyddns -o /usr/local/bin/godaddyddns
curl https://raw.githubusercontent.com/navilg/godaddy-ddns/$1/assets/godaddyddns -o /usr/local/bin/godaddyddns
fi

if [ "$SUDO_USER" == "" ]; then
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit fcf4f3c

Please sign in to comment.