How should I update my codeserver? #5094
-
I wanna update to the latest version. Should I just run install.sh as I had never installed it or what? |
Beta Was this translation helpful? Give feedback.
Answered by
im-coder-lg
Apr 13, 2022
Replies: 1 comment
-
That's dead simple. Just run this: curl -fsSL https://code-server.dev/install.sh | sudo bash It will overlap your old files and remove them. User data will be retained. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
xcpky
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That's dead simple. Just run this:
curl -fsSL https://code-server.dev/install.sh | sudo bash
It will overlap your old files and remove them. User data will be retained.