https://github.com/jazari-akuna/ubuntu-install-script
Personal install script for Ubuntu-based systems from my GitLab.
https://github.com/jazari-akuna/ubuntu-install-script
bash fresh-install install-script
Last synced: about 1 month ago
JSON representation
Personal install script for Ubuntu-based systems from my GitLab.
- Host: GitHub
- URL: https://github.com/jazari-akuna/ubuntu-install-script
- Owner: jazari-akuna
- License: mit
- Created: 2019-07-26T13:07:50.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-11-04T18:21:59.000Z (over 4 years ago)
- Last Synced: 2024-05-17T23:30:10.887Z (about 2 years ago)
- Topics: bash, fresh-install, install-script
- Language: Shell
- Size: 183 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# ubuntu-install-script
_Personal install script for Ubuntu-based systems from my GitLab._
**Designed to be used only on fresh installs.**
To launch the installer:
```sh
./ubuntu-install-script.sh
```
Tested working on Pop!OS 19.04. Should work or be a good start for anyone wanting to make an install script.
I did not separate the add-repository update and apt install steps because I want to be able to copy-paste the install of a single software easily into a terminal. However doing only a single apt update for all added repositories would shorten the install process a lot.
Be careful at the end I install some of my own tools you probably do not want them.
Do not forget to reboot your system at the end.