https://github.com/eronana/ubuntu-setup
a script to setup Ubuntu server
https://github.com/eronana/ubuntu-setup
shell ubuntu
Last synced: about 1 year ago
JSON representation
a script to setup Ubuntu server
- Host: GitHub
- URL: https://github.com/eronana/ubuntu-setup
- Owner: Eronana
- Created: 2019-05-22T02:45:30.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-11-23T08:25:14.000Z (over 2 years ago)
- Last Synced: 2025-02-12T19:38:40.092Z (over 1 year ago)
- Topics: shell, ubuntu
- Language: Shell
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ubuntu-setup
a script to setup Ubuntu server
## Usage
**This script ONLY tested on Ubuntu18.04**
**Please DO NOT run this on other versions or distributions**
Install all items or view available items:
```bash
bash <(curl -sL https://git.io/fj4Xe)
```
Install specified items:
```bash
bash <(curl -sL https://git.io/fj4Xe) tools node ...
```