Hentra / dyndns-netcup-go

Dynamic DNS client for the netcup dns api written in go.
MIT License
48 stars 8 forks source link

dyndns-netcup-go: command not found #7

Closed techsupportkoeln closed 2 years ago

techsupportkoeln commented 3 years ago

Hello,

i installed go as descripted here on an Ubuntu 21.04 ProxMox Container.

wget https://golang.org/dl/go1.17.3.linux-amd64.tar.gz
rm -rf /usr/local/go && tar -C /usr/local -xzf go1.17.3.linux-amd64.tar.gz
export PATH=$PATH:/usr/local/go/bin
go version -> 1.17.3 linux/amd64

Then i tried to install dyndns-netcup-go as followed with:

git clone https://github.com/Hentra/dyndns-netcup-go.git 
cd dyndns-netcup-go
go install
mv example.yml config.yml

But if i use dyndns-netcup-go -h for a test, i get: dyndns-netcup-go: command not found

Do you have an idea what is wrong? I have no experience with go.