Have questions about the upgrade to 2.0 #375
Answered
by
Anduin2017
Moondoggy51
asked this question in
Q&A
|
I want to state up front that I'm kind of new to Linux but I would like to upgrade to 2.0 from my 1.4 installation. I went to the upgrade page and read the info but I'm a bit fuzzy on the process. In the notes it says that you should run TMUX or Screen because of the reboots but the instructions at the bottom simply says run a command from a terminal so I'm unsure what to do at this point. Can someone fill me in a bit? Thanks. |
Answered by
Anduin2017
Jul 16, 2026
Replies: 1 comment
|
Ah! Are you upgrading it in SSH? Run this: sudo apt install -y tmux
tmux newThen in the tmux, run: do_anduinos_upgradeThat's it! |
0 replies
Answer selected by
Anduin2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ah! Are you upgrading it in SSH?
Run this:
Then in the tmux, run:
That's it!