https://github.com/softwaresing/linux-install
自動安裝的shell script
https://github.com/softwaresing/linux-install
Last synced: about 1 year ago
JSON representation
自動安裝的shell script
- Host: GitHub
- URL: https://github.com/softwaresing/linux-install
- Owner: SoftwareSing
- Created: 2018-11-14T07:09:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-25T09:37:13.000Z (over 6 years ago)
- Last Synced: 2025-03-12T21:03:35.589Z (about 1 year ago)
- Language: Shell
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# linux install
some shell script to help you set when you reinstall Linux
## for ubuntu16
[for-ubuntu16.sh](/for-ubuntu16.sh)
this script will instal
`ssh`, `curl`, `git`, `lm-sensors`, `htop`, `nvm`
```sh
wget -qO- https://softwaresing.github.io/linux-install/for-ubuntu16.sh | bash
```
or this one, it's easier to type
```sh
wget -qO- https://ppt.cc/fzVhvx | bash
```
## ssh
[ssh.sh](/ssh.sh)
this script just install `ssh`
```sh
wget -qO- https://softwaresing.github.io/linux-install/ssh.sh | bash
```
## mongodb
[mongodb.sh](/mongodb.sh)
https://docs.mongodb.com/manual/tutorial/install-mongodb-on-ubuntu/
this script install `mongodb` for ubuntu16
```sh
wget -qO- https://softwaresing.github.io/linux-install/mongodb.sh | bash
```
for ubuntu18
```sh
wget -qO- https://softwaresing.github.io/linux-install/mongodb-ubuntu18.sh | bash
```
## chrome
[chrome.sh](/chrome.sh)
this script just install `chrome`
```sh
wget -qO- https://softwaresing.github.io/linux-install/chrome.sh | bash
```
## docker
[docker.sh](/docker.sh)
```sh
wget -qO- https://softwaresing.github.io/linux-install/docker.sh | bash
```