Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
40299658
Topic
1364146
Board
Announcements (Altcoins)
Re: [ANN] Terracoin (TRC) - Est 2012
by
hanzac
on
17/06/2018, 12:40:14 UTC
Quote from: erdna on June 17, 2018, 10:07:09 AM
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