Skip to content

sshpc/s

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

交互式shell脚本工具

示例

> ---- S [ 首页/其他工具 ] -------- < v: x.x

当前目录: [ /root ]

1: 状态           2: soft软件管理

3: network网络管理  4: system系统管理

5: docker       6: 其他工具

7: 升级脚本         8: 卸载脚本

0: 首页 b: 返回 q: 退出

请输入命令号(0-8): 

安装

一键安装(推荐)

推荐ubuntu 1804+ root 用户

wget -N  http://raw.githubusercontent.com/sshpc/s/main/s.sh && chmod +x s.sh && sudo ./s.sh

再次执行只需要输入 “s”

 root@server:~#  s

国内加速链接

2条都可以用。国内安装会慢一些 因为默认从github拉取

wget -N  https://gh.ddlc.top/http://raw.githubusercontent.com/sshpc/s/main/s.sh && chmod +x s.sh && sudo ./s.sh
wget -N  https://git.886.be/http://raw.githubusercontent.com/sshpc/s/main/s.sh && chmod +x s.sh && sudo ./s.sh

About

交互式shell脚本工具 initsh项目重构版

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages