summaryrefslogtreecommitdiffstats
path: root/core/modules/slx-tools/module.conf
blob: 461760cac99111981dd79e3165b0a27574ea6ba8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/bash

REQUIRED_GIT="https://git.openslx.org/openslx-ng/slx-tools.git"

REQUIRED_BASE_DIR="/opt/openslx/slx-tools"

REQUIRED_FILES="
	/opt/openslx/bin/slx-tools
"

REQUIRED_DIRECTORIES="
	$REQUIRED_BASE_DIR/modules
"