AutoUpdate enable? #2240
Answered
by
code-asher
gregoryvanko
asked this question in
Q&A
Replies: 1 comment 2 replies
-
We removed auto-updates so the official way to update is to run the
install script again like you're doing here. You shouldn't have to
enable the service again but you will need to restart it.
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
gregoryvanko
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@code-asher, My AutoUpdate seems to not working after release 3.5.0, is it a parameter to set?
For the moment I execute each time 2 commands to update code-server to the new version :
curl -fsSL https://code-server.dev/install.sh | sh)
sudo systemctl enable --now code-server@$USER
do i miss something to have update automatically download and install?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions