From 10b11294a2707fc2386cf8f70bea1dc06e2b1316 Mon Sep 17 00:00:00 2001 From: "Xingyu.Wang" Date: Tue, 17 Jul 2018 14:31:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=81=E5=88=86=E6=84=9F=E8=B0=A2=EF=BC=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 此外尚有两处小疏漏,我一并修改了。 --- .../20170223 How to install Arch Linux on VirtualBox.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/published/201703/20170223 How to install Arch Linux on VirtualBox.md b/published/201703/20170223 How to install Arch Linux on VirtualBox.md index 08681e888f..cdd68a0642 100644 --- a/published/201703/20170223 How to install Arch Linux on VirtualBox.md +++ b/published/201703/20170223 How to install Arch Linux on VirtualBox.md @@ -328,7 +328,7 @@ LANG=en_US.UTF-8 输入下面的命令来同步时区: ``` -ls usr/share/zoneinfo +ls /usr/share/zoneinfo ``` 下面你将看到整个世界的时区列表。 @@ -340,7 +340,7 @@ ls usr/share/zoneinfo 输入下面的命令来选择你所在的时区: ``` -ls –s /usr/share/zoneinfo/Asia/Shanghai /etc/localtime +ln –s /usr/share/zoneinfo/Asia/Shanghai /etc/localtime ``` 或者你可以从下面的列表中选择其它名称。