An open API service indexing awesome lists of open source software.

https://github.com/softwaresing/linux-install

自動安裝的shell script
https://github.com/softwaresing/linux-install

Last synced: about 1 year ago
JSON representation

自動安裝的shell script

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
```