Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/r9y9/setup
Setup script for Linux system
https://github.com/r9y9/setup
Last synced: 16 days ago
JSON representation
Setup script for Linux system
- Host: GitHub
- URL: https://github.com/r9y9/setup
- Owner: r9y9
- Created: 2013-08-11T16:10:28.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-10T04:51:59.000Z (over 10 years ago)
- Last Synced: 2024-05-02T01:27:22.085Z (7 months ago)
- Language: Shell
- Size: 141 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Setup Linux
===========Setup script for Ubuntu or some similar Linux system
This script is written on Ubuntu 12.04.
## Requirement
- apt-get or yum
- bash## Usage
$ git clone https://github.com/r9y9/setup.git && cd install
$ ./setup.shInstall command lists are described in the following files.
- package-list/common.list
- package-list/minimum.list
- package-list/server.list
- package-list/deskop.list
## Option
### Minimum
$ ./setup.sh minimum### Server
$ ./setup.sh server### Desktop
$ ./setup.sh desktop