coder / code-server

VS Code in the browser
https://coder.com
MIT License
66.47k stars 5.45k forks source link

Add checksum to install script #6821

Open code-asher opened 1 month ago

code-asher commented 1 month ago

If the download is corrupted, for example, the install will never work because that corrupted file is cached.

Maybe could also detect a failure to install and clear the cache. Or add a command to clear the cache and offer that as a potential solution in the output.

See https://github.com/coder/code-server/issues/6767