https://github.com/verbosely/bootstraps
Company-wide reusable Bash programs for bootstrapping Debian-family Linux with various software.
https://github.com/verbosely/bootstraps
bash debian gnu-utilities linux shell-scripts ubuntu workflow-automation
Last synced: 2 months ago
JSON representation
Company-wide reusable Bash programs for bootstrapping Debian-family Linux with various software.
- Host: GitHub
- URL: https://github.com/verbosely/bootstraps
- Owner: verbosely
- Created: 2025-01-10T18:57:01.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-06-15T07:48:26.000Z (about 1 year ago)
- Last Synced: 2025-06-15T08:47:23.857Z (about 1 year ago)
- Topics: bash, debian, gnu-utilities, linux, shell-scripts, ubuntu, workflow-automation
- Language: Shell
- Homepage:
- Size: 85 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bootstraps
These are reusable Bash programs for downloading, configuring, building, and
installing software from source or for adding third-party repositories and
their OpenPGP public keys to the APT package management system on Debian-family
Linux. All scripts require superuser privileges. For scripts that add
third-party repositories to APT, sources are added to `/etc/apt/sources.list.d/`
and public keys are added to `/usr/share/keyrings/`.
## Usage
Invoke a script with the `-h|--help` option to display a brief summary of the
program and a usage synopsis.
## Contributing
This is not an open source project.