https://github.com/warriorbrian/auto-install
Automatic installer script
https://github.com/warriorbrian/auto-install
install linux python
Last synced: about 1 year ago
JSON representation
Automatic installer script
- Host: GitHub
- URL: https://github.com/warriorbrian/auto-install
- Owner: warriorBrian
- Created: 2019-08-13T13:35:41.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-17T08:53:12.000Z (over 6 years ago)
- Last Synced: 2025-04-04T23:33:11.187Z (about 1 year ago)
- Topics: install, linux, python
- Language: Python
- Size: 231 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 自动化安装脚本
一个可以让您在服务器上**更加省心**的自动化安装脚本!
## 特性
**只需一行代码,脚本将会自动安装程序:**
```sh
$ python install.py
```
## 环境
> python 2.7
> Centos6+/Debian && Centos7/Debian
脚本中部分代码使用python3执行将会出现错误,默认Centos7会自动安装python 2.7,无需手动安装。
## 用法
```sh
$ python install.py
```
