Files
debian/README.md
julien fa55c1331c doc
2025-09-27 20:16:07 +02:00

39 lines
689 B
Markdown
Executable File

# debian
Debian 13 NETig configuration for `server` or `desktop` profiles.
## 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 `debian/run.sh` script and choose your profile.
## Manual tasks
### Server
Edit crontab with :
```
# crontab -e
```
And add the following content :
```
# Run the NETig backup script at 4h every monday
0 4 * * mon /usr/local/sbin/netig-srv-backup
```
### Desktop
There is nothing to do, your system is ready to enjoy !