coder / sshcode

Run VS Code on any server over SSH.
MIT License
5.74k stars 216 forks source link

Replace wget with curl #125

Closed deansheather closed 5 years ago

deansheather commented 5 years ago

curl is the same on most distros (as far as I know), and doesn't have any "minified" BusyBox builds. This allows sshcode to work with alpine remotes.

Closes #102.