julien b31ba843c7 typo
2025-10-01 10:29:12 +02:00
2025-09-23 21:00:17 +02:00
2025-09-27 22:03:45 +02:00
2024-12-03 00:49:51 +01:00
2025-10-01 10:29:12 +02:00
2025-09-23 19:27:33 +02:00

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 ./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 !

Description
No description provided
Readme 115 KiB
Languages
Shell 100%