https://github.com/zbitname/ubuntu-install-snippets
Helpful Ubuntu snippents
https://github.com/zbitname/ubuntu-install-snippets
Last synced: 3 months ago
JSON representation
Helpful Ubuntu snippents
- Host: GitHub
- URL: https://github.com/zbitname/ubuntu-install-snippets
- Owner: zbitname
- License: gpl-2.0
- Created: 2015-01-28T10:03:51.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-09T21:01:38.000Z (over 11 years ago)
- Last Synced: 2025-04-10T01:51:08.704Z (about 1 year ago)
- Language: Shell
- Size: 210 KB
- Stars: 5
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Helpful Ubuntu install snippets
#### Downloading and usage
```shell
curl -G https://codeload.github.com/zbitname/ubuntu-install-snippets/zip/master > ubuntu-install-snippets.zip
unzip ubuntu-install-snippets.zip
cd ubuntu-install-snippets-master
./install_concat.sh
# Choose needed lines
sudo ./user_install.sh
# Enter root password if need
```
Auto install packages `curl`, `software-properties-common` and `python-software-properties` if need.
#### Shell scripts:
- [Git](/install/git.sh)
- [MongoDB](/install/mongodb.sh) / [Official manual](http://docs.mongodb.org/manual/tutorial/install-mongodb-on-ubuntu/)
- [NodeJS](/install/nodejs.sh)
- [Git flow](/install/git-flow.sh)