https://github.com/codemouse92/quick_installer
Quick Ubuntu package installer for personal OEM work
https://github.com/codemouse92/quick_installer
Last synced: 17 days ago
JSON representation
Quick Ubuntu package installer for personal OEM work
- Host: GitHub
- URL: https://github.com/codemouse92/quick_installer
- Owner: CodeMouse92
- Created: 2019-01-07T01:16:08.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2020-07-07T02:09:05.000Z (about 6 years ago)
- Last Synced: 2025-10-26T12:46:55.689Z (9 months ago)
- Language: Shell
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CodeMouse92's Quick Installer
This is a script I use to quickly install recommended packages on my OEM installations of Ubuntu.
It automatically adds the official or best PPAs for packages, when possible. See the
`-h` command for help.
Before you use this yourself, I recommend you carefully review what packages will be installed.
The `-L` option will list the packages and their sources.
**Only intended to be used with Ubuntu 18.04 and later.**
## Installation
To download and use this script, run the following in your home folder.
```bash
wget https://github.com/CodeMouse92/quick_installer/raw/master/quick_installer.sh
chmod +x quick_installer.sh
./quick_installer.sh
```
## Usage
To use, simply invoke with one or more options. See `-h` for the complete list of options.
```bash
./quick_installer.sh -h
```
For example, to install the recommended office and reference packages, run...
```bash
./quick_installer.sh -or
```
**I strongly recommend deleting the script from your home folder when you're done using it.**