安装
- 从 F-Droid 获取 Termux。
- proot-distro安装Linux
pkg update -y && pkg install proot-distro -y && proot-distro install alpine && proot-distro login alpine
apk add sudo git nano
- 安装NPM
VScode列出了 Node.js版本要求,使用其他版本的 Node.js可能会导致意外行为。
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
or
wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
apk add alpine-sdk bash libstdc++ libc6-compat
apk add --update nodejs npm
npm config set python python3
- 安装code-server
详情参考NPM
安装预览过程:
curl -fsSL https://code-server.dev/install.sh | sh -s -- --dry-run
直接安装
curl -fsSL https://code-server.dev/install.sh | sh
npm install -g code-server --unsafe-perm
失败 换Debian!!!