Commit fe9b28
2024-05-03 13:12:09 Qwas: -/-"a/\345\274\200\345\217\221\347\216\257\345\242\203\351\205\215\347\275\256/Linux\350\277\234\347\250\213\345\274\200\345\217\221\347\216\257\345\242\203\351\205\215\347\275\256.md" .. "b/\345\274\200\345\217\221\347\216\257\345\242\203\351\205\215\347\275\256/Linux\350\277\234\347\250\213\345\274\200\345\217\221\347\216\257\345\242\203\351\205\215\347\275\256.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 安装 |