Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Terracoin (TRC) - Est 2012
by
hanzac
on 17/06/2018, 12:40:14 UTC
I try to upgrade but the script fails.
I do run the script in sudo.

Thanks in advance!

error:
rm -f trc-updater; curl -0 rm -f tr https://raw.githubusercontent.com/terracoin/terracoin/v0.12.2.x/trc-updater; sudo bash trc-updater
curl: Remote file name has no length!
curl: try 'curl --help' or 'curl --manual' for more information
curl: (6) Could not resolve host: tr

I think the cmd should be this: rm -f trc-updater; curl -O https://raw.githubusercontent.com/terracoin/terracoin/v0.12.2.x/trc-updater; sudo bash trc-updater