Damus
LL62 · 99w
Today i tried again to update #ronindojo to 2.1.4. which still didn't work. I checked #ronin Backend Logs. This is the first error message after triggering the update: "Fatal: unable to access 'http:...
pacoin profile picture
Update #ronindojo from Terminal

1. Stop all containers
A) docker ps (to know the name of the containers)
B) docker stop container-ID_or_name_1

2. Update system:
A) sudo apt update
B) sudo apt full-upgrade -y
C) sudo reboot

3. Open Terminal:
A) Start CLI $ ronin
B) Browse through options 6,4,2

Tell me if it worked for you.