Closed techsupportkoeln closed 2 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.
Hello,
i installed go as descripted here on an Ubuntu 21.04 ProxMox Container.
Then i tried to install dyndns-netcup-go as followed with:
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.