Hi, I used bash <(curl https://get.parity.io -Lk) in Terminal to install Parity on Ubuntu.
bash <(curl https://get.parity.io -Lk)
How do I manually upgrade via the Terminal to 1.67? Thanks
Solution: Use bash <(curl https://get.parity.io -Lk) again to update.
Exactly :)
Most helpful comment
Solution: Use
bash <(curl https://get.parity.io -Lk)again to update.