Files
debian/README.md
julien 802a2019a5 doc
2025-10-06 10:48:41 +02:00

39 lines
1.0 KiB
Markdown
Executable File

# debian
Debian 13 NETig configuration for `server` or `desktop` profiles.
What it does :
* Update the system
* Install a firewall
* Install a set of packages accordingly to the selected profile
* Install Docker
* Add a ZRAM
* Apply any needed system configuration for your profile
What it doesn't :
* Add `contrib` nor `non-free` repositories
* Add server [maintenance scripts](https://git.netig.net/netig/srv-scripts)
* Configure the desktop for you
## Prerequisites
A fresh Debian 13 install without `Debian desktop environment` nor any desktop installed.
## Usage
Downlad and extract the archive :
```
# cd /tmp
# wget https://git.netig.net/netig/debian/archive/main.tar.gz
# tar -xvzf main.tar.gz
# cd debian/
```
And then run the `./run.sh` script and choose your profile.
> If the script is not executed for the first time configuration will be skipped. If you don't want so, set the `config` variable to false into `/etc/netig.conf`.
## Links
* [Official Debian website](https://www.debian.org/index.html)