From fab5ffad1b33e155494c48fac6193c1072f65afc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?SFS=E5=B7=A5=E5=85=B7=E7=AE=B1?= <84900137+SFStool@users.noreply.github.com> Date: Thu, 17 Feb 2022 00:27:53 +0800 Subject: [PATCH] Update README.md --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cb7625d..beb3b08 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ SFS工具箱-Linux工具箱大全专注原创技术 +更多版本更新通知请将不再本页面通知,请加QQ交流群:975788552,也可微信搜索公众号:星猫工作室,关注我们查看更多更新推送更新与功能介绍与使用教程! + # SFS工具箱简介 1. 一款轻量级Linux工具箱 @@ -81,11 +83,21 @@ SFS工具箱官网:http://www.sfs0.cn 安装过工具箱后,直接在终端输入sfs回车执行即可快捷启动工具箱 # 安装命令 - +Centos系统安装脚本: ``` yum -y install wget;wget -O sfstool.sh sfs0.cn/sfstool/sfstool.sh;chmod 777 sfstool.sh;./sfstool.sh ``` +Ubuntu/Deepin/Debian系统安装命令 +``` +apt-get install wget;wget -O sfstool.sh sfs0.cn/sfstool/sfstool.sh;chmod 777 sfstool.sh;./sfstool.sh +``` + +Fedora系统安装命令 +``` +wget -O sfstool.sh sfs0.cn/sfstool/sfstool.sh;chmod 777 sfstool.sh;./sfstool.sh +``` + # 工具箱V1.0.2版本图片 ![-25b9d1914e0d2715](https://user-images.githubusercontent.com/84900137/146606230-4d1cbf67-cdd6-4b06-9a11-ab4dc2f11ce1.png) ![-5d321687d55bc883](https://user-images.githubusercontent.com/84900137/146606254-140118aa-6a92-4607-a42b-f0eff8b80d84.png) @@ -98,5 +110,7 @@ yum -y install wget;wget -O sfstool.sh sfs0.cn/sfstool/sfstool.sh;chmod 777 sfst ![-2ac11c75cd61da24](https://user-images.githubusercontent.com/84900137/146606380-99431996-1149-4a9a-b430-d9e38b578009.png) 等等功能太多就不一一介绍,每天都会更新不同功能,具体还得你们亲身体验和反馈,欢迎各位大佬有好项目联系我,加入工具箱 +于2022年开始SFS工具箱更新代谢通知将不再本页面通知,请加QQ交流群:975788552,也可微信搜索公众号:星猫工作室,查看最新版本更新通知于功能介绍! + # 赞助我们 ![mmexport1638188358249](https://user-images.githubusercontent.com/84900137/146606116-8bc5cb4e-2fd3-4a57-a070-d613ca64088a.png) -- GitLab