Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/funnyzak/onekeyshell
Bash一键维护脚本示例。在CentOS 7+ 、Ubuntu、Debian 10测试,运行通过。
https://github.com/funnyzak/onekeyshell
bash centos debian shell ubuntu
Last synced: 3 months ago
JSON representation
Bash一键维护脚本示例。在CentOS 7+ 、Ubuntu、Debian 10测试,运行通过。
- Host: GitHub
- URL: https://github.com/funnyzak/onekeyshell
- Owner: funnyzak
- License: mit
- Created: 2022-07-15T10:34:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-15T10:47:10.000Z (over 2 years ago)
- Last Synced: 2024-10-10T18:24:16.965Z (4 months ago)
- Topics: bash, centos, debian, shell, ubuntu
- Language: Shell
- Homepage:
- Size: 35.2 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OneKeyShell
[![GitHub last commit][last-commit-image]][repository-url]
[![GitHub commit activity][commit-activity-image]][repository-url]
[![license][license-image]][repository-url][commit-activity-image]: https://img.shields.io/github/commit-activity/m/funnyzak/OneKeyShell?style=flat-square
[last-commit-image]: https://img.shields.io/github/last-commit/funnyzak/OneKeyShell?style=flat-square
[license-image]: https://img.shields.io/github/license/funnyzak/OneKeyShell.svg?style=flat-square
[repository-url]: https://github.com/funnyzak/OneKeyShellBash一键维护脚本示例。在CentOS 7+ 、Ubuntu、Debian 10测试,运行通过。
## Usage
```bash
# 一键运行(展示操作菜单)
curl -L https://raw.githubusercontent.com/funnyzak/OneKeyShell/main/run.sh -o run.sh && chmod +x run.sh && sudo ./run.sh# 一键展示系统信息
curl -L https://raw.githubusercontent.com/funnyzak/OneKeyShell/main/run.sh -o run.sh && chmod +x run.sh && sudo ./run.sh show_system_info
```## 预览
![demo](https://raw.githubusercontent.com/funnyzak/OneKeyShell/main/demo/demo.png)
## License
MIT License © 2022 [funnyzak](https://github.com/funnyzak)