From c4c2d8e25222355cf7e7c080b1b9c6c92e38baa0 Mon Sep 17 00:00:00 2001 From: aiminick <83101338@qq.com> Date: Sat, 19 Oct 2019 00:58:14 +0800 Subject: [PATCH] Update README_zh.md --- README_zh.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README_zh.md b/README_zh.md index 330e89f..9b2eee7 100644 --- a/README_zh.md +++ b/README_zh.md @@ -841,7 +841,7 @@ fbterm ``` sudo \ -sed '/deb http:\/\/mirrors.tuna.tsinghua.edu.cn\/debian\/ sid main non-free contrib/d' \ +sed -i '/deb http:\/\/mirrors.tuna.tsinghua.edu.cn\/debian\/ sid main non-free contrib/d' \ /etc/apt/sources.list ; \ apt clean all ; \ echo 'deb http://mirrors.tuna.tsinghua.edu.cn/debian/ sid main non-free contrib' \ @@ -854,7 +854,7 @@ dpkg --remove-architecture armhf ; apt update \ systemctl enable vncserver-x11-serviced.service ; \ systemctl start vncserver-x11-serviced.service ; \ sudo \ -sed '/deb http:\/\/mirrors.tuna.tsinghua.edu.cn\/debian\/ sid main non-free contrib/d' \ +sed -i '/deb http:\/\/mirrors.tuna.tsinghua.edu.cn\/debian\/ sid main non-free contrib/d' \ /etc/apt/sources.list ; \ apt clean all ; apt update ``` @@ -863,7 +863,7 @@ apt clean all ; apt update ``` sudo \ -sed '/deb http:\/\/mirrors.tuna.tsinghua.edu.cn\/debian\/ sid main non-free contrib/d' \ +sed -i '/deb http:\/\/mirrors.tuna.tsinghua.edu.cn\/debian\/ sid main non-free contrib/d' \ /etc/apt/sources.list ; \ ```