Qwas Notes
Attachments
History
Blame
View Source
Documentation
About An Otter Wiki
Toggle dark mode
Login
Home
A - Z
Changelog
Page Index
开发环境配置
Linux本地开发环境配置
Linux远程开发环境配置
开发环境配置
Linux远程开发环境配置
fe9b28
Commit
fe9b28
2024-05-03 13:12:09
Qwas
: -/-
开发环境配置/Linux远程开发环境配置.md
..
@@ 5,17 5,17 @@
如在公网使用,请将 http://mirrors.cloud.aliyuncs.com 替换成 https://mirrors.aliyun.com
:::
-
## 安装 oh-my-bash
+
## 安装 git unzip
```sh
-
bash -c "$(curl -fsSL https://raw.githubusercontent.com/ohmybash/oh-my-bash/master/tools/install.sh)"
+
apt update
+
apt install -y git unzip
```
-
## 安装 git unzip
+
## 安装 oh-my-bash
```sh
-
apt update
-
apt install -y git unzip
+
bash -c "$(curl -fsSL https://raw.githubusercontent.com/ohmybash/oh-my-bash/master/tools/install.sh)"
```
## nodejs 安装
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9