Update README.md

This commit is contained in:
aiminick 2019-06-09 01:01:43 +08:00 committed by GitHub
parent b8b421a5e4
commit c60ad2b616
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,6 @@
``` ```
apt install sysv-rc-conf -y ;\ 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 ;\ 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 systemctl enable tuned ; systemctl start tuned
``` ```