From 190342575e9a58c2a5b8d3c544856e133bd77f32 Mon Sep 17 00:00:00 2001 From: CallMeR <9463297+callmer@user.noreply.gitee.com> Date: Sat, 11 Jul 2026 12:29:54 +0800 Subject: [PATCH] =?UTF-8?q?omz=20=E4=BD=BF=E7=94=A8=E5=AE=98=E6=96=B9?= =?UTF-8?q?=E9=95=9C=E5=83=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05.PVE制作虚拟机模板.md | 6 ++---- 07.PVE制作TS服务器.md | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/05.PVE制作虚拟机模板.md b/05.PVE制作虚拟机模板.md index 26458bd..62ad5e5 100644 --- a/05.PVE制作虚拟机模板.md +++ b/05.PVE制作虚拟机模板.md @@ -126,10 +126,8 @@ $ sudo sync `Zsh` 是比 `Bash` 好用的 `Shell` 程序,使用 `oh-my-zsh` 进行配置。 ```bash -## 使用清华大学镜像站安装 oh-my-zsh -$ cd && git clone --depth=1 https://mirrors.tuna.tsinghua.edu.cn/git/ohmyzsh.git - -$ cd ohmyzsh/tools && REMOTE=https://mirrors.tuna.tsinghua.edu.cn/git/ohmyzsh.git sh install.sh +## 安装 oh-my-zsh +$ sh -c "$(curl -fsSL https://install.ohmyz.sh)" ## 询问是否切换默认 shell,输入 Y diff --git a/07.PVE制作TS服务器.md b/07.PVE制作TS服务器.md index 91efd68..857ebda 100644 --- a/07.PVE制作TS服务器.md +++ b/07.PVE制作TS服务器.md @@ -132,10 +132,8 @@ $ sudo sync `Zsh` 是比 `Bash` 好用的 `Shell` 程序,使用 `oh-my-zsh` 进行配置。 ```bash -## 使用清华大学镜像站安装 oh-my-zsh -$ cd && git clone --depth=1 https://mirrors.tuna.tsinghua.edu.cn/git/ohmyzsh.git - -$ cd ohmyzsh/tools && REMOTE=https://mirrors.tuna.tsinghua.edu.cn/git/ohmyzsh.git sh install.sh +## 安装 oh-my-zsh +$ sh -c "$(curl -fsSL https://install.ohmyz.sh)" ## 询问是否切换默认 shell,输入 Y