https://github.com/d3fenderz/godebian
A simple Bash script to configure Debian-based Linux distros 🧢
https://github.com/d3fenderz/godebian
bash-script debian linux
Last synced: 3 months ago
JSON representation
A simple Bash script to configure Debian-based Linux distros 🧢
- Host: GitHub
- URL: https://github.com/d3fenderz/godebian
- Owner: d3fenderz
- License: gpl-3.0
- Created: 2022-09-15T13:09:10.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-13T13:19:13.000Z (over 2 years ago)
- Last Synced: 2025-04-02T02:09:04.803Z (4 months ago)
- Topics: bash-script, debian, linux
- Language: Shell
- Homepage:
- Size: 85 KB
- Stars: 7
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# godebian
A simple Bash script to configure Debian-based Linux distros

## How to use
```
git clone https://github.com/d3fenderz/godebian
sudo -s
cd godebian
bash godebian
```## Opt out
You can either select "1" to proceed or "2" to skip a specific step.
## Why do I use the keyword `function`?
To prevent nasty collisions with existing aliases, as I use generic names.
## Warnings
Be careful. The script assumes you won't need many default configurations such as printers, FTP, telnet.
Fortunately, you can choose to opt out of some steps. Just choose "No" (type 2).
**I strongly encourage you to update && upgrade** to prevent bad errors and apply security patches.