From c60ad2b616c38001061dd4e744fb4abf76d86ef0 Mon Sep 17 00:00:00 2001 From: aiminick <83101338@qq.com> Date: Sun, 9 Jun 2019 01:01:43 +0800 Subject: [PATCH] Update README.md --- add-app/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/add-app/README.md b/add-app/README.md index 21d12f3..dfc3ebb 100644 --- a/add-app/README.md +++ b/add-app/README.md @@ -3,6 +3,6 @@ ``` apt install sysv-rc-conf -y ;\ wget https://mirrors.tuna.tsinghua.edu.cn/debian/pool/main/t/tuned/tuned_2.10.0-1_all.deb ;\ -apt install ./tuned_2.10.0-1_all.deb ;\ +apt install ./tuned_2.10.0-1_all.deb -y ;\ systemctl enable tuned ; systemctl start tuned ```